Licence
MIT
Version
3.0.2
Deps
8
Size
12 kB
Vulns
0
Weekly
0
substrate-lib
substrate-lib is an api for Substrate used in Lorena SSI.
Installation
npm @lorena-ssi/substrate-lib
Getting Started
TODO
const Substrate = require('@lorena-ssi/substrate-lib')
// Creating class Substrate with parameter `url`
const substrate = new LorenaSubstrate('wss://your.own.substrate.com/')
}