locuschain-lib-test1
v1.2.3-beta.3
Published
--- This is a library that includes functions necessary for applying the `Locus Chain` to your service. The following features are included:
Readme
locuschain-lib
This is a library that includes functions necessary for applying the Locus Chain to your service. The following features are included:
- Generate or load keys.
- Convert to data types used in Locus Chain.
- Validate transactions.
- Encode data.
Installation
npm i locuschain-libUsage
LocusLib.function(params)
- function: Function
- params: Parameter
import { LocusLib } from 'locuschain-lib';
const result = await LocusLib.GetLibraryVersions()
console.log(result)All functions are asynchronous. Use await before them or use then to receive the result.
You can find the list of functions and detailed descriptions in the official Locus Chain documentation.
