Before running any command, make sure to install dependencies:
$ yarn
Before deploying to a live network or running tests, make sure to fill environment variables:
$ cp .env.example .env
Compile the smart contracts with Hardhat:
$ yarn compile
Note: requires mnemonic and Moralis API key
$ npx hardhat run scripts/nft-deploy.ts --network rinkeby
Note: requires Moralis API key
$ yarn test
$ yarn build