← All projects

ClassyDogs-NFT-Project

by @kaymen99

22

A complete NFT project for the Classy Dogs collection with art-generator, whitelisting, presale and reveal.

About this project

Classy-Dogs-NFT-Project A complete NFT project from start to finish with +10000 ClassyDogs collection created with an art generator, development and testing of the ERC721 contract and a minting dapp which enables whitelisting, presale and nfts reveal. Built With Solidity Hardhat React.js ethers.js web3modal material ui Table of Contents Project structure Art generator Smart Contracts User interface How to Run Prerequisites Art generation Contracts Front-end Ressources Contact License Project Structure Art generator It would take an insane amount of time to manually generate 10000 NFTs and create their metadata, so it's common for all NFT projects to programmatically design those items and then store them into IPFS. In this project i used a modified version of the hashlip art engine, this engine supports multiple layers setup, layers shuffling and items raritites, the source code can be found in the artgenerator folder, the structure is as follows : layers folder : it's the location where you put the different layers used in the creation of the images like: background, eyes, mouths,... src folder it contains two files :

From the project README on GitHub

Stars
22
Forks
11
License
MIT
Last push
9 Jun 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/classydogs-nft-project.svg)](https://www.madeinalgeria.dev/projects/classydogs-nft-project)

Related projects