- 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_ADDRESSin.env.examplewith the token address obtained when the DUMMY token contract was deployed. - Rename
.env.exampleto.env - Run
npm install - Run
npm start