Skip to content

NGPlateform/ERC721MintWhitelist

 
 

Repository files navigation

Token Contracts

Install

npm install

Compile

%%set the following two enviorment variables
export INFURA_API_KEY=
export MNEMONIC=
npm run compile

Deploy contract

  1. edit file./scripts/01_DeployToken.js
  2. run
npx hardhat run ./scripts/01_DeployToken.ts --network metermain

Make proof

  1. edit file./Addresses.json
  2. run
npx hardhat run ./scripts/02_MakeProof.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • Solidity 2.4%