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.
 
long dc141feb39 更新合约 2 years ago
.idea 合约项目首次提交 2 years ago
build/contracts 更新合约 2 years ago
contracts 更新合约 2 years ago
.gitignore 合约项目首次提交 2 years ago
README.md 更新合约 2 years ago
config.json 合约项目首次提交 2 years ago
package.json 更新合约 2 years ago
truffle-config.js 合约项目首次提交 2 years ago

README.md

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