-
blockchain_hackaton_2021下载
资源介绍
描述
NFT市场+ Tezos拍卖
建筑学
该解决方案包括3种类型的合同:
FA2 -NFT代币合约;
Auction -与拍卖互动的合同;
Market -与市场互动的合同。
项目结构
.
├── contracts/ # contracts
|──────── main/ # the contracts to be compiled
|──────── partial/ # the code parts imported by main contracts
├── scripts/sandbox # cli for test and deployment addresses
├── README.md # current file
├── .gitignore
└── package.json
先决条件
已安装的NodeJS(已通过NodeJS v12 +测试)
已安