-
(Only required if you modified the contracts) Re-deploy the contracts from their project. Then update
src/constants/addresses.tswith their new addresses, and copy over their ABIs intosrc/abis. -
Set the environment variables -- make a
.envfile and copy the contents of.env.exampleinto it. Replace the API keys with your own. -
Install dependencies, compile typings for the contracts, and start the local server.
cd frontend
npm install
npm run contracts:compile
npm start- Open http://localhost:3000/ to see the frontend. You will need to set Metamask to use Rinkeby.