This repository contain code related to build and deploy NFTs on Ethereum
- IcyFry Collection (ICYFRYC)
Used for POC & Experimentation (external data hosted on https://nft.icyfry.io/)
- Implementation of Opensea metadata-standards
- Ganache (local blockchain)
- Hardhat
- Task
- ethers (js lib)
- OpenZeppelin
- See
.vscode
for plugins recommendations
- create
.env
file with private key of a dev Ethereum address to interact with the blockchain
PRIVATE_KEY=0x......
PUBLIC_KEY=0x......
- run
task init
- update
hardhat.config.ts
to match local install of ganache (chainId & url)
init
lint
build
test
ICYFRYCICYFRYC-deploy-localhost
ICYFRYC-mint-localhost
ICYFRYC-sync-files