This project has been created using the Hardhat-reef-template.
| Marketplace contract | NFT contract | Util contract | |
|---|---|---|---|
| Mainnet | 0xB13Be9656B243600C86922708C20606f5EA89218 | 0x0601202b75C96A61CDb9A99D4e2285E43c6e60e4 | 0xffb12A5f69AFBD58Dc49b4AE9044D8F20D131733 |
| Testnet | 0x614b7B6382524C32dDF4ff1f4187Bc0BAAC1ed11 | 0x9b9a32c56c8F5C131000Acb420734882Cc601d39 | 0xEf1c5ad26cE1B42315113C3561B4b2abA0Ba64B3 |
Install all dependencies with yarn.
yarn compileDeploy in testnet:
yarn deployDeploy in mainnet:
yarn deploy:mainnetyarn testTo reuse a contract already deployed, set its address in the hardhat.config.js file, in the contracts section. If no address is specified, a new contract will be deployed.
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 set your seed words there.
Distributed under the MIT License. See LICENSE for more information.
