This is a Next.js project bootstrapped with create-next-app
.
This app is designed to demonstrate the front-end tooling of the skaleboarder ecosystem.
Most of the magic happens in the _app.tsx page.
You'll notice that addresses.json is a symlink to the demo-contracts package in this mono repo.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.