Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 627 Bytes

readme-template.md

File metadata and controls

15 lines (12 loc) · 627 Bytes

µPort core

CircleCI codecov

This library is intended to be used to create, update, and recover µPort identities, as well as using the identity to sign and encrypt data.

Usage

Simply install using npm

$ npm install muport-core

and then import into your project

const MuPort = require('muport-core')