Skip to content

fiatdao/gov-ui-i

This branch is 472 commits ahead of, 47 commits behind UniverseXYZ/XYZ-DAO-Frontend:development.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c5dd98f · Dec 5, 2022
Sep 4, 2020
Sep 22, 2021
Dec 3, 2021
Oct 13, 2020
Dec 5, 2022
Sep 7, 2020
Feb 22, 2021
Sep 22, 2021
Sep 3, 2021
Sep 22, 2021
Sep 4, 2020
Feb 24, 2021
Sep 7, 2020
Sep 4, 2020
Nov 23, 2022
Sep 13, 2021
Nov 23, 2022
Nov 19, 2021
May 17, 2022

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%