Skip to content

Caelumlabs/lorena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorena Trust Ecosystem

Javascript SDK for interacting with Lorena identities

Build Status Coverage Status

npm package description
NPM Status blockchain Generic blockchain interface
NPM Status blockchain-substrate Substrate blockchain implementation
NPM Status comms Peer-to-peer communications
NPM Status credentials Credential implementation library
NPM Status crypto Cryptographic layer
NPM Status resolver Peer-to-peer communications
NPM Status sdk Javascript API
NPM Status storage Wallet storage interface
NPM Status terminal Interactive Terminal interface
NPM Status wallet Wallet interface and implementation

Install

yarn install

Upgrade package dependencies

yarn ncu

Lint

yarn lint or yarn lint:fix

Test

yarn test

Coverage

yarn coverage

Publishing

From the master branch: yarn publish:all and follow the instructions.