3.0.2 • Published 5 years ago
@lorena-ssi/substrate-lib v3.0.2
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/')
}