OpenCerts / admin-website

Reference UI for viewing and administration of certificates
https://opencerts.github.io/certificate-web-ui/
Apache License 2.0
9 stars 11 forks source link

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:

Setup 2: