@lorena-ssi/substrate-lib
v3.0.2
Published
Lorena Substrate integration library
Downloads
63
Readme
substrate-lib
substrate-lib is an api for Substrate used in Lorena SSI.
Installation
npm @lorena-ssi/substrate-libGetting Started
TODO
const Substrate = require('@lorena-ssi/substrate-lib')
// Creating class Substrate with parameter `url`
const substrate = new LorenaSubstrate('wss://your.own.substrate.com/')
}