Skip to content

fiatdao/gov-ui-i

 
 

Repository files navigation

Running

To run the app copy the example .env with

cp .env.sample .env

and update some key values. Change the following in your new .env:

REACT_APP_WEB3_RPC_WSS_URL=wss://eth-mainnet.alchemyapi.io/v2/<YOUR_ALCHEMY_API_KEY>
REACT_APP_WEB3_RPC_HTTPS_URL=https://eth-mainnet.alchemyapi.io/v2/<YOUR_ALCHEMY_API_KEY>

Finally, install dependencies and run with:

yarn install
yarn start

Packages

No packages published

Languages

  • TypeScript 49.9%
  • CSS 40.9%
  • SCSS 9.0%
  • HTML 0.2%
  • JavaScript 0.0%
  • Dockerfile 0.0%