rasulkireev / cistercian-dates-nft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process to deplo NFTs

  1. Deploy Contract
npx hardhat compile
npx hardhat run scripts/deploy_contract.js --network rinkeby
  1. Take the address of the contract and put it into mint_nft.py file
  2. Set the dates you want to run script for in main.py
  3. Start the script poetry run python scripts/main.py.

About


Languages

Language:Python 87.4%Language:Solidity 7.0%Language:JavaScript 5.6%