Skip to content

TR-Finance/b3-frontend

Repository files navigation

Developer Quick Start

  1. (Only required if you modified the contracts) Re-deploy the contracts from their project. Then update src/constants/addresses.ts with their new addresses, and copy over their ABIs into src/abis.

  2. Set the environment variables -- make a .env file and copy the contents of .env.example into it. Replace the API keys with your own.

  3. Install dependencies, compile typings for the contracts, and start the local server.

cd frontend
npm install
npm run contracts:compile
npm start
  1. Open http://localhost:3000/ to see the frontend. You will need to set Metamask to use Rinkeby.

About

React Frontend for Bridge Back Better

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published