You can run all needed services locally
- Make sure plugins such as MetaMask or Parity extension are deactivated
- Run
npm run auto-start-ganache
- Go to http://localhost:3000/ in your favorite browser
- Install and Enable the MetaMask extension in Chrome
- Run
npm run ganacheDb
in one terminal tab - In a separate tab run
npm run migrate-ganache
- Run
npm run start
- Go to http://localhost:3000/ in Chrome
- Click on the MetaMask extension icon in the toolbar
- Click on Restore from Seed Phrase
- Enter
myth like bonus scare over problem client lizard pioneer submit female collect
into the box labeled Wallet Seed, and any password you want. - Now all transactions will require confirmation through MetaMask
- Install parity -
bash <(curl https://get.parity.io -Lk)
- Create a file in the root of the project called 'kovan_pass.txt' with your parity wallet password
- Run
parity --no-warp --unlock KOVAN_ACCOUNT_PUBLIC_ADDRESS --password kovan_pass.txt --chain=kovan
in one terminal tab - Run
npm run start
in a separate tab - Go to http://localhost:3000/ in your favorite browser