Skip to content

Generate NFTs with AI and mint directly to the IPFS by simple click.

Notifications You must be signed in to change notification settings

vickyeswar/NFT-Generating-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot (12)

Generate NFTs with AI and mint directly to the IPFS by a simple click.

Setup .env file:

Before running any scripts, you'll want to create a .env file with the following values (see .env.example):

  • REACT_APP_HUGGING_FACE_API_KEY=""
  • REACT_APP_NFT_STORAGE_API_KEY=""

You'll need to create an account on Hugging Face, visit your profile settings, and create a read access token.

You'll also need to create an account on NFT.Storage, and create a new API key.

RUN TEST:

STEP 01 : add hardhat to your metamask wallet

Network name : Hardhat

New RPC URL : http://127.0.0.1:8545/

Chain ID : 31337

Currency symbol : ETH

STEP 02 : run hardhat and nodeJS server

start hardhat node :

$ npx hardhat node

Run deployment script :

$ npx hardhat run ./scripts/deploy.js --network localhost

Start frontend :

$ npm run start

Screenshot (10)

Screenshot (11)

Screenshot (9)

About

Generate NFTs with AI and mint directly to the IPFS by simple click.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published