Features:
- On-chain metadata with stored content uri and content hash accessible on the contract level
- Royalties through new EIP2981 standard - payout addresses can be changed per mint, but the BPS cannot be changed.
How to customize and use for yourself:
- update contract name information in
deploy/01_onchainessay.ts
- run
yarn run test
- setup
.env
, see hardhat networks config for format - run
yarn run deploy --network rinkeby
to deploy to rinkeby - run
yarn run deploy --network mainnet
to deploy to mainnet