Closed elv-preethi closed 1 year ago
@elv-preethi I would call the commands "token_add_minter" "token_renounce_minter"
We can use the term token for both the erc20 and erc721 kinds in this case
And to create a 'fungible token' (erc20) we can say
token_contract_create
(we used the word contract here to be very explicit that this is creating a contract)
makes sense will change it.
It uses
MinterRole
abi for handling minter operations. cmd.nft_add_minter
replaced withnft_or_token_add_minter
1. To create elv-token:
2. To add minter:
throws error if the minter is not added.
3. To renounce minter:
command needs to be called by a minter.
throws error if minter is not removed.
4. To check if minter: