This is a demo app for Galadriel
To see the contracts this app uses check this repo: Contracts
- Install NodeJS >=18.
- Clone the repository.
- Install dependencies with
npm install
. - Copy
.env.example
to.env.local
and update environment variables.
Edit .env.localNEXT_PUBLIC_NETWORK
"local" defaults tohttp://localhost:8545/
and anything else useshttps://devnet.galadriel.com/
as the RPC url
The default contract address is Galadriel devnet contract address - Start the application using
npm run dev
. - Visit
http://localhost:3001
in your browser.