Simple NF Token protocol registration
User Story/Motivation
As a developer using blockchain, I want to define some specific rules for my NF tokens, so that I can handle them in a way my business requires.
Requirements
(TBD by @artem)
Tasks
- Implement nf token protocol registration special transaction
- Extend NFT protos params 1d
- Implement nf token protocol in-memory handling 2d
-
Implement JSON RPC API to issue new nf token protocols (
register
,list
,get
) 3d - NFT protocol DB processing 2d
- Mempool handler 1d
- Unit-tests 1d
- Debugging 1d
- Refactor, TODOs
- Code Review 1d
- QA
Definition of done/Acceptance criteria
- Ready for production after QA check.
How to demo
- Open Crown wallet console
- Run
nftokenprotocol issue/register <nf-token-protocol-symbol> <nf-token-protocol-name>
- A token should be registered successfully
Link/refs/notes/images
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information