Skip to content

Releases: xdevguild/buildo-begins

v0.2.2

10 Jul 19:43
f661798
Compare
Choose a tag to compare
  • 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

21 Jun 16:38
67807cb
Compare
Choose a tag to compare
  • added buildo-begins pause-unpause-esdt - a command for pause or unpause all transactions of the token (of course you need canPause 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 need canFreeze role on such ESDT)

v0.2.0

17 Jun 08:15
733fa8a
Compare
Choose a tag to compare
  • added buildo-begins herotag - a command for creating Elrond herotag (dns) and checking the address of the existing one

v0.1.0

12 Jun 15:20
4e45501
Compare
Choose a tag to compare
  • 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

04 Jun 20:48
Compare
Choose a tag to compare
  • 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

03 Jun 22:53
d683f59
Compare
Choose a tag to compare
  • initial functionality and configuration