$ cnpm install atomicloans-chainabstractionlayer
:warning: This project is under heavy development. Expect bugs & breaking changes.
Query different blockchains with account management using a single and simple interface.
npm install @liquality/chainabstractionlayer
Error: Cannot find module 'babel-runtime/core-js/get-iterator'
Issues to track: LedgerHQ/ledgerjs/issues/211, LedgerHQ/ledgerjs/issues/218
npm install babel-runtime
import { Client, providers } from '@liquality/chainabstractionlayer'
Client.debug('liquality*') // to enable debugging for all liquality modules using "debug" package
// or
// Client.debug('*') to enable debugging for everything
const { BitcoinRPCProvider } = providers.bitcoin
const bitcoin = new Client()
bitcoin.addProvider(new BitcoinRPCProvider('http://localhost:8080', 'bitcoin', 'local321'))
bitcoin
.generateBlock(1) // returns Promise
.then(console.log) // Array<BlockHash>
Chain | Wallet Provider | |
---|---|---|
Ethereum | Ledger | Source & Demo |
MetaMask | Source & Demo | |
Bitcoin | Ledger | Source & Demo |
The documentation is being generated by esdoc. Github Page hosted documentation is available at liquality.github.io/chainabstractionlayer
If you want to build documentation locally;
npm run build:docs
Copyright 2014 - 2016 © taobao.org |