Skip to content

Releases: ava-labs/avalanche-smart-contract-quickstart

v0.1.4

03 Sep 20:12
0f29cbb
Compare
Choose a tag to compare

v0.1.3

20 Jul 17:36
7a9102b
Compare
Choose a tag to compare
  • Add script to read tokenURI from deployed NFT.

v0.1.2

19 Jul 22:17
d54ae34
Compare
Choose a tag to compare
  • Add script to read tokenURI from deployed NFT.

v0.1.1

26 May 00:09
8cd0c77
Compare
Choose a tag to compare
  • Update deps
    • Add typescript deps
    • Bump @openzeppelin/contracts dep
  • Port to typescript
    • config
    • deploy
  • Rename Coin.sol -> ERC20.sol
  • Update ERC20.sol
    • Import Open Zeppelin Ownable Access Control
    • Use decimals function
    • Add mint and burn functionality
      • Ensure that only contract creator can mint/burn
  • Update ERC721 syntax
  • Add example script to send AVAX from ethers wallet signer
  • Add example script to send AVAX from JSONRPC provider
  • Update deploy script
  • Add example script demoing how to interact w/ ERC20 contract
  • Add Storage.sol and storage.ts