Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 575 Bytes

Matthew Ball Essay Minting Contract

Features:

  1. On-chain metadata with stored content uri and content hash accessible on the contract level
  2. 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:

  1. update contract name information in deploy/01_onchainessay.ts
  2. run yarn run test
  3. setup .env, see hardhat networks config for format
  4. run yarn run deploy --network rinkeby to deploy to rinkeby
  5. run yarn run deploy --network mainnet to deploy to mainnet