cromewar / Ai-NFT-Minter

Ful Project for AI NFT Minter using Stable diffusion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Project for AI NFT Minter Blueprint

Install dependencies

On the frontend folder run:

npm install

Python Environment - Used for the Backend and the Smart Contracts.

dependencies needed:

  • moralis
  • python_dotenv
  • flask
  • flask_cors
  • eth-brownie

Add your Keys

For deploying your Smart Contracts

Rename the .env.example to .env on the main folder and add:

  • Your Private key.
  • Your Infura project ID.
  • Your Etherscan Api key (optional)

For the Backend

Rename the .env.example to .env on the main folder and add:

  • STABILITY_API_KEY.
  • MORALIS_API_KEY.

About

Ful Project for AI NFT Minter using Stable diffusion.


Languages

Language:JavaScript 44.0%Language:CSS 21.7%Language:Python 18.1%Language:HTML 8.3%Language:Solidity 7.9%