⚠️ This project is under heavy development. Expect bugs & breaking changes.
Query different blockchains with account management using a single and simple interface.
npm i @liquality/ethereum-ledger-provider
or
<script src="https://cdn.jsdelivr.net/npm/@liquality/[email protected]/dist/ethereum-ledger-provider.min.js"></script>
<!-- sourceMap at https://cdn.jsdelivr.net/npm/@liquality/[email protected]/dist/ethereum-ledger-provider.min.js.map -->
<!-- available as window.EthereumLedgerProvider -->
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)