1.0.1 • Published 6 years ago

with-redux v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Certificate Web UI

Build Status

See also:

Development

yarn
yarn dev
yarn lint

yarn start # serves the ui

Setting up web3

If your browser has injected web3 (ie. through Metamask), the application will connect to the injected web3 and will be on the network that provider is connected to. Otherwise, the application will attempt to connect to the local Ethereum node at port 9545.

Setup 1:

  • Install Metamask
  • Run Ganache CLI/UI
  • Connect Metamask to Ganache

Setup 2:

  • Run Ganache CLI/UI on port 9545