@liquality/ethereum-ledger-provider
TypeScript icon, indicating that this package has built-in type declarations

1.13.12 • Public • Published

@liquality/ethereum-ledger-provider

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

⚠️ This project is under heavy development. Expect bugs & breaking changes.

📝 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

Dependents (1)

Package Sidebar

Install

npm i @liquality/ethereum-ledger-provider

Weekly Downloads

0

Version

1.13.12

License

MIT

Unpacked Size

34.3 kB

Total Files

10

Last publish

Collaborators

  • koderholic
  • johannafransn
  • harshjv
  • liquality-bot
  • bradley.suira