Skip to content

apexplatform/safe-dao-governance-app

 
 

Repository files navigation

Safe{DAO} Governance

The portal to Safe{DAO} governance, voting power delegation and allocation claiming.

Environments

The app deploys to the following environments:

Getting started with local development

Environment variables

Create a .env file with environment variables. You can use the .env.example file as a reference.

Here's the list of all the required and optional variables:

Env variable Description
NEXT_PUBLIC_INFURA_TOKEN required Infura RPC API token
NEXT_PUBLIC_IS_PRODUCTION optional Set to true to build a minified production app
NEXT_PUBLIC_WC_BRIDGE optional WalletConnect bridge URL, falls back to the public WC bridge

If you don't provide some of the optional vars, the corresponding features may not work as intended.

Running the app locally

Install the dependencies:

yarn

Run the development server:

yarn start

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

About

The portal to Safe{DAO} governance, voting power delegation and allocation claiming.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.3%
  • CSS 6.2%
  • JavaScript 1.9%
  • Other 0.6%