Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 671 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 671 Bytes

NFT Training

This project is a collection of tooling for a basic NFT release on Ethereum.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

npx truffle run verify <Contract>@<ContractAddress> --network <NETWORK>

REPLACE: INFURA_API_KEY with your api key for infura.io ETHERSCAN_API_KEY with etherscan api key for verifying contracts replace WALLET_MNEUMONIC with your wallet mnemonic phrase

There is an NFT website example in nft_website

the directory /avatar_creator contains all the avatar related python code