You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

734 B

Open Zeppelin Contracts

This is a sample project of OpenZeppelin contracts.

Smart Contracts

  • contracts/GLDToken.sol: a smart contract implements ERC-20.
  • contracts/GameItem.sol: a smart contract implements ERC-721.
  • contracts/GameItems.sol: a smart contract implements ERC-1155.

Reference

npm install @openzeppelin/contracts

truffle-flattener contracts/GameItem.sol > GameItem.sol