rmrk-tools
rmrk-tools copied to clipboard
Tools for the RMRK NFT standard on Kusama
split computed field type from public method
Syntax Error: Named export 'Consolidator' not found. The requested module 'rmrk-tools' is a CommonJS module, which may not support all module.exports as named exports. Please i am using node version...
Now that 2.0 is out we need to revamp docs, especially part about Listener and how a user needs to fetching initial blocks and store them to reconsolidate when new...
Get RMRKs from `utility.asDerivative` calls.
- [ ] Add unit tests - [ ] Break down into smaller chunks
A conoslidated NFT looks like this:  It contains all the information of what happened to it. If we build a `fromConsolidated` static call into Collection and NFT, we can...
https://github.com/polkadot-js/api/issues/3056 https://github.com/polkadot-js/apps/pull/4416/files
When minting, race conditions don't really matter or happen. However, with the upcoming LIST / BUY functionality, any UI displaying a list of NFTs for sale has no idea if...
The UI should have: - [x] a screen to test turning desired actions into remark strings - [ ] an option to submit such a remark to a locally running...