0.0.1 • Published 5 years ago

libra-client v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

libra-client

A (Under development) javascript client to interact with libra blockchain

Install

npm install libra-client --save

Usage

import Libra from 'libra-client'
let client = Libra.instance({
    keyProvider:'your key',// or signatureProvider: Libra.signatureProvider()
    entryPoint:'ac.testnet.libra.org'
})

APIs

All apis are on the way

-[] Account -[] Query -[] Transfer