Skip to content

prince-hope1975/atlas-dao-ui

 
 

Repository files navigation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Contracts

Contract configuration can be found in constants/addresses.ts

Clients

We can expect to rely on ts-codegen generated interfaces to interact with our contracts.

Query Client Provider

Theme

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.

Services

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%