Skip to content

isoscelesxyz/app

 
 

Repository files navigation

GOVNFT 🔴🔲

Mint NFTs for vesting and distribution of (governance) tokens.

A public good supported by OPTIMISM.

Community

There's a GOVNFT group on Telegram for those who want to help with the development.

Development

Simplest way to run the UI locally:

git submodule update --init --recursive && yarn && yarn dev --host

Before submitting the code, run

yarn lint

To auto-fix some issues, run

yarn lint --write

Dependencies

We're using the following libraries:

Environment variables

The easiest way to start, is to copy the .env.example to .env.development.

Design

— [Figma] (https://www.figma.com/community/file/1392890250452830165)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • Other 2.8%