Skip to content

Generative AI NFT minter example dApp, built with Galadriel.

Notifications You must be signed in to change notification settings

galadriel-ai/example-generative-nft-minter

Repository files navigation

Example minting dapp

This is a demo app for Galadriel

To see the contracts this app uses check this repo: Contracts

Development

Running Locally

  1. Install NodeJS >=18.
  2. Clone the repository.
  3. Install dependencies with npm install.
  4. Copy .env.example to .env.local and update environment variables.
    Edit .env.local NEXT_PUBLIC_NETWORK "local" defaults to http://localhost:8545/
    and anything else uses https://devnet.galadriel.com/ as the RPC url
    The default contract address is Galadriel devnet contract address
  5. Start the application using npm run dev.
  6. Visit http://localhost:3001 in your browser.