Skip to content

FiiLabs/nft-erc721

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

A Gabby NFT Project

Compile

yarn compile

Unit Test

yarn test

upload images to NFT.Storage

# already uploaded to https://bafybeicewozb5c747lfxouvntmfbkilekfmen3gimjkk6utvfu3sktk26m.ipfs.nftstorage.link/images/  for testing
npx ipfs-car --pack images --output images.car

upload metadata to NFT.Storage

# already uploaded to https://bafybeiaaoi5r2rhltbjdgk3gh277cgc3egqlagmikjm6zgt37qvxawelya.ipfs.nftstorage.link/metadata/ for testing
npx ipfs-car --pack metadata --output metadata.car

Mumbai testnet

This contract address: https://mumbai.polygonscan.com/address/0x0c154bd3539ac3975fc98e2517c4e58a8a1865f9#code

Opensea testnet Itmes

https://testnets.opensea.io/collection/gabby-nft

References