Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 895 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 895 Bytes

Certificate Web UI

Build Status

See also:

Development

npm install
npm run dev
npm run lint

npm run 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