0.2.30 • Published 5 years ago

@atomicloans/ethereum-ledger-provider v0.2.30

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

@liquality/ethereum-ledger-provider

Build Status Coverage Status Standard Code Style MIT License @liquality/ethereum-ledger-provider Gitter Telegram Greenkeeper badge

:warning: This project is under heavy development. Expect bugs & breaking changes.

:pencil: Introductory Blog Post: The Missing Tool to Cross-Chain Development

Query different blockchains with account management using a single and simple interface.

Installation

npm i @liquality/ethereum-ledger-provider

or

<script src="https://cdn.jsdelivr.net/npm/@liquality/ethereum-ledger-provider@0.2.3/dist/ethereum-ledger-provider.min.js"></script>
<!-- sourceMap at https://cdn.jsdelivr.net/npm/@liquality/ethereum-ledger-provider@0.2.3/dist/ethereum-ledger-provider.min.js.map -->
<!-- available as window.EthereumLedgerProvider -->

Usage

import EthereumLedgerProvider from '@liquality/ethereum-ledger-provider'
import EthereumNetworks from '@liquality/ethereum-network'

const ledger = new EthereumLedgerProvider({
  network: EthereumNetworks.rinkeby
})

await ledger.getAddresses(0, 1)

License

MIT