Releases: xdevguild/buildo-begins
Releases · xdevguild/buildo-begins
v0.2.2
- added
buildo-begins wipe-esdt
- a command for wiping out the tokens held by a previously frozen account, reducing the supply (Wiping the tokens of an Account is an operation designed to help token managers to comply with regulations.)
v0.2.1
- added
buildo-begins pause-unpause-esdt
- a command for pause or unpause all transactions of the token (of course you needcanPause
role on such ESDT) - added
buildo-begins freeze-unfreeze-esdt
- a command to freeze/unfreeze the token balance in a specific account, preventing transfers to and from that account (of course you needcanFreeze
role on such ESDT)
v0.2.0
- added
buildo-begins herotag
- a command for creating Elrond herotag (dns) and checking the address of the existing one
v0.1.0
- added
buildo-begins issue-esdt
command for issuing new ESDT tokens - added
buildo-begins set-special-roles-esdt
command for setting and unsetting special ESDT roles - local mint, and local burn - added
buildo-begins mint-burn-esdt
command for minting or burning ESDT token supply (requires special roles from the command above) - more operations on ESDT soon. Stay tuned!
v0.0.3
- added
buildo-begins send-esdt
command for sending ESDT tokens - added
buildo-begins send-nft
command for sending NFT tokens - added
buildo-begins send-sft
command for sending SFT tokens - added
buildo-begins send-meta-esdt
command for sending Meta ESDT tokens
v0.0.2
- initial functionality and configuration