The project includes:
- A Next.js frontend for interacting with Sudostake.
sudostake_web/
├── public/ # Static assets
├── app/ # Next.js source code
├── .env.local # Environment variables (not committed)
└── README.md # Project documentation
- Install dependencies at the root:
npm install
- Start the development server:
npm run dev
The app will be running at:
http://localhost:3000
💡 Make sure
.env.local
is configured with the necessary variables before running the app.