Skip to content

coinmastersguild/pioneer-terminal

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%