Skip to content

Commit

Permalink
Update README.md with MetaMask instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmcli committed Jul 21, 2018
1 parent 27ebe5e commit 5b4cf28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ For more information on how the frontend works, go read the [README.md](https://
truffle test
```

## Running with `testrpc`
## Running with MetaMask

Since `truffle develop` exposes the blockchain onto port `9545`, you'll need to add a Custom RPC network of `http://localhost:9545` in your MetaMask to make it work.
## Running with TestRPC
We highly recommend using `truffle develop` over `testrpc`, but if you want to use `testrpc`, there are a couple things you need to do:
Expand Down

0 comments on commit 5b4cf28

Please sign in to comment.