A web browser for Web3. Also provides an interface for Web3js

Linking to Ganache

  1. Go to ganache and copy a user’s private key
  2. Go to metamask browser extension > Add account > Import account and then paste in the string

Frontend Logic For Metamask

Adding New User

  1. Go to Ganache console and copy the first private key
  2. Create a new user in metamask and input the private key
  3. Change to new user

Adding Localhost Network

  1. Go to topleft of the network, add new network
  2. Name: Localhost 8545
  3. Host: http://127.0.0.1:8545
  4. Blockchain id: 1337
  5. Currency: ETH
  6. Enable test networks
  7. Select Localhost 8585 network