This is a demo app for Galadriel
To see the contracts this app uses check this repo: Contracts
npm install
cp template.env .env.local
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 contract addresses in template.env are for the devnet
npm run devOpen http://localhost:3000 with your browser to see the result.