0.1.0 • Published 4 years ago

@rsksmart/rif-id-core v0.1.0

Weekly downloads
18
License
ISC
Repository
github
Last release
4 years ago
npm i @rsksmart/rif-id-core

This module includes basic functionality for managing decentralized identities (Ethr DIDs), operating with W3C credentials, interacting with a user-centric Data Vault and operate with RIF communication protocols.

Features

  • Decentralized identities:
    • Create identity
    • Get create identities

Usage

First of all you need to pick a DB engine (typeorm) and setup the uPort DAF agent. The uPort Agent will be responsible for all Identity, W3C and JWT compatible operations. It will also use the database to store information.

On top of uPort DAF agent, RIF Identity implements Redux.js reducers to seamlessly perform identity and credential operations. The reducers are implemented in slices, they can be optionally plugged into an existent Redux.js reducer integrating whole RIF implementations.

Todo

Extend

  • Identity

Test

From base repo directory run npm test or any of the described test script variants.

References