Skip to content

Lab 2: Solidity & Token Standards

  1. Write a Storage contract
  2. Write basic tests for Storage
  3. Use OpenZeppelin Wizard to generate an ERC-20
  4. Deploy the ERC-20 to a testnet
  5. Create an NFT demo with metadata
  • Contract source links
  • Test command and results
  • ERC-20 contract address
  • NFT metadata example
  • Short explanation of the OpenZeppelin inheritance structure