Skip to content

idhubnetwork/2vid-management

Repository files navigation

2vid-management

A management frontend for IDHub 2vid project. 2vid is a storage and management server for Verifiable Credentails.
There are two parts of 2vid-management up to now. Fisrt, there are credential tools for encoding and decoding digital certificates, which help to generate and analyse the credential as defined in idhub requirements.
Second, we need store our credentials, so we build 2vid (a storage and management server for Verifiable Credentails). Here we provide a user interface for credentials CRUD operations .

Getting Started

Requirements

Installation

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# start webservice with express.js
npm start

Contribution

Please feel free to contact me, take issues and pull requests.