Skip to content

Not only I built this NFT-minting dapp, I designed the NFTs myself (Hope you'll like the Art) AND its deployed on IPFS :)

Notifications You must be signed in to change notification settings

basu1020/GOERLIMONS-NFT-Minter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Everyone, This is my NFT minting dapp built on Ethereum Blockchain. Here are steps involved to build it. link - https://orange-truth-4802.on.fleek.co/

Screenshot (27)

Steps involved in this :-

1 > Making Art - I designed the components such as Body, Eyes, Neckband, Background, Mouth using Inkscape.

Screenshot (33)

2 > Generating NFTs and Metadata - I used hashlips generator for combining my components and creating PNG images and JSON files containing Metadata. repo - https://github.com/HashLips/hashlips_art_engine

Screenshot (34)

3 > Uploading PNGs and JSONs on IPFS - This is a cruical step as the CID (Content Identifier) will of the Metadata file with the link will be added as the 'baseURI' in your ERC721 smart contract. There's two important things to note here :-

  • Uploadin the PNGs folder first
  • Then adding the CID of PNGs folder to the JSON metadata and finally uploading metadata folder

4 > Smart Contract - For this project I used Openzeppelin's ERC721 standard smart contract and added the CID of JSON metadata as my 'baseURI'.

5 > Testing and Deploying the contract - I ran some important tests on my contract using Hardhat which is available in this repo and finally deployed it on GOERLI test network.

6 > Frontend - By far the most popular frontend framework is ReactJS and I built my frontend using exactly that.

7 > Deploying on IPFS - We all have heard that IPFS is the future of internet, so I wanted to get my hands dirty on it. I used Fleek to deploy this website on IPFS, here's the link - https://fleek.co/

Screenshot (32)

About

Not only I built this NFT-minting dapp, I designed the NFTs myself (Hope you'll like the Art) AND its deployed on IPFS :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published