IGoRFonin / nft-smart-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Simple Smart Contract

Project with NFT smart contract and frontend for it.

Try running some of the following tasks:

Preparation: create .env file from .env.dist and add your ENV params.

Deploy contract to blockchain:

$ npx hardhat run scripts/deploy.js --network goerli

Verify contract on etherscan:

$ npx hardhat verify YOUR_CONTRACT_ADDRESS --network goerli

About


Languages

Language:JavaScript 36.1%Language:Solidity 34.3%Language:HTML 15.6%Language:CSS 13.1%Language:Nix 0.9%