- Volta installed (optional).
- Solna Wallet installed.
Copy .env.example
file
cp .env.example .env
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080
NEXTAUTH_SECRET="iltvP3Uz6w2Fn4mM636oIEGGZ7G66o70Xuv11xmR5lk="
NEXT_PUBLIC_SOLANA_CHAIN=solana:devnet
Here are the steps you need to follow to install the dependencies.
- Install dependencies
yarn
- Now run this command to start the developement server
yarn dev