First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Contract configuration can be found in constants/addresses.ts
We can expect to rely on ts-codegen generated interfaces to interact with our contracts.
Currently the theme values are located at constants/theme.ts, and imported by wrapping our app with a RootLayout compenent, providing a ThemeUIProvider into the app.