0.7.0 • Published 4 years ago

@liquality/litecoin-js-wallet-provider v0.7.0

Weekly downloads
46
License
MIT
Repository
github
Last release
4 years ago

@liquality/litecoin-js-wallet-provider

Build Status Coverage Status Standard Code Style MIT License @liquality/litecoin-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/litecoin-js-wallet-provider

or

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

Usage

import LitecoinJsWalletProvider from '@liquality/litecoin-js-wallet-provider'
import LitecoinNetworks from '@liquality/litecoin-network'
import { generateMnemonic } from 'bip39'

const jsWallet = new LitecoinJsWalletProvider(LitecoinNetworks[config.litecoin.network], config.litecoin.rpc.host, config.litecoin.rpc.username, config.litecoin.rpc.password, generateMnemonic(256), 'bech32')

await jsWallet.getAddresses(0, 1)

License

MIT

0.7.0

4 years ago

0.6.9

4 years ago

0.6.8

4 years ago

0.6.7

4 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.5.0-alpha.2

4 years ago

0.5.0-alpha.1

4 years ago

0.5.0-alpha.0

4 years ago

0.4.32

4 years ago

0.4.35

4 years ago

0.4.33

4 years ago

0.4.34

4 years ago

0.4.31

4 years ago

0.4.30

4 years ago

0.4.29

4 years ago

0.4.28

4 years ago

0.4.27

4 years ago

0.4.26-beta.3

4 years ago

0.4.26-beta.4

4 years ago

0.4.26-beta.2

4 years ago

0.4.26-beta.5

4 years ago

0.4.26-beta.1

4 years ago

0.4.26-beta.0

4 years ago

0.4.25

4 years ago

0.4.24

4 years ago

0.4.23

4 years ago

0.4.22

4 years ago

0.4.21

4 years ago

0.4.20

4 years ago

0.4.19

4 years ago

0.4.18

4 years ago

0.4.17

4 years ago

0.4.15

4 years ago

0.4.16

4 years ago

0.4.14

4 years ago

0.4.13

4 years ago

0.4.12

4 years ago

0.4.11

4 years ago

0.4.10

4 years ago