Skip to content
/ nfts Public

Experimentation of build and deploy NFTs on Ethereum

License

Notifications You must be signed in to change notification settings

icyfry/nfts

Repository files navigation

NFTs

This repository contain code related to build and deploy NFTs on Ethereum

List of NFT collections

Development

Tools and libs used

Initial setup

  • 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)

Tasks

  • init
  • lint
  • build
  • test ICYFRYC
  • ICYFRYC-deploy-localhost
  • ICYFRYC-mint-localhost
  • ICYFRYC-sync-files

About

Experimentation of build and deploy NFTs on Ethereum

Resources

License

Stars

Watchers

Forks