- Clone the DUMMY token repo located here
- Follow these instructions to get a local Ethereum node up and running, deploy the DUMMY token contract and add the DUMMY token to your MetaMask wallet.
- Fill the environment variable called
REACT_APP_TOKEN_ADDRESS
in.env.example
with the token address obtained when the DUMMY token contract was deployed. - Rename
.env.example
to.env
- Run
npm install
- Run
npm start