-
(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 intosrc/abis
. -
Set the environment variables -- make a
.env
file and copy the contents of.env.example
into 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.