rmrk-tools icon indicating copy to clipboard operation
rmrk-tools copied to clipboard

Tools for the RMRK NFT standard on Kusama

Results 24 rmrk-tools issues
Sort by recently updated
recently updated
newest added

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...

documentation

Get RMRKs from `utility.asDerivative` calls.

- [ ] Add unit tests - [ ] Break down into smaller chunks

A conoslidated NFT looks like this: ![image](https://user-images.githubusercontent.com/1430603/111870415-e83e0880-8984-11eb-9914-fbba42fbab8f.png) It contains all the information of what happened to it. If we build a `fromConsolidated` static call into Collection and NFT, we can...

enhancement

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...