This project has been created using the Hardhat-reef-template.
Marketplace contract | NFT contract | |
---|---|---|
Mainnet | 0x0 | 0x0 |
Testnet | 0x0 | 0x0 |
Install all dependencies with yarn
.
Deploy in testnet:
yarn hardhat run scripts/deploy.js
Deploy in mainnet:
yarn hardhat run scripts/deploy.js --network reef_mainnet
yarn test
In order to use your Reef account to deploy the contracts or run the tests, you have to rename the seeds.example.json file to seeds.json and write your set your seed words there.
Distributed under the MIT License. See LICENSE for more information.