Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 692 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 692 Bytes

Gnars Terminal

Gnars Terminal is a decentralized application (dApp) built on the Base blockchain. It serves as an interface for interacting with the Gnars DAO, a decentralized autonomous organization on Base.

Development

Install the dependencies:

pnpm install

Configure the environments based on .env.example.

Run in development mode:

pnpm dev

Please install prettier and configure VSCode to autoformat files on save

Release

Build the project:

pnpm build

Start the builded project:

pnpm start

Technologies Used

  • Next.js (App Router)
  • React
  • TypeScript
  • Wagmi
  • Viem
  • Chakra UI
  • Apollo GraphQL