0.7.0 • Published 5 years ago

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

Weekly downloads
46
License
MIT
Repository
github
Last release
5 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

5 years ago

0.6.9

5 years ago

0.6.8

5 years ago

0.6.7

5 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.5.0-alpha.2

5 years ago

0.5.0-alpha.1

5 years ago

0.5.0-alpha.0

5 years ago

0.4.32

5 years ago

0.4.35

5 years ago

0.4.33

5 years ago

0.4.34

5 years ago

0.4.31

5 years ago

0.4.30

5 years ago

0.4.29

5 years ago

0.4.28

5 years ago

0.4.27

5 years ago

0.4.26-beta.3

5 years ago

0.4.26-beta.4

5 years ago

0.4.26-beta.2

5 years ago

0.4.26-beta.5

5 years ago

0.4.26-beta.1

5 years ago

0.4.26-beta.0

5 years ago

0.4.25

5 years ago

0.4.24

5 years ago

0.4.23

5 years ago

0.4.22

5 years ago

0.4.21

5 years ago

0.4.20

5 years ago

0.4.19

5 years ago

0.4.18

5 years ago

0.4.17

5 years ago

0.4.15

5 years ago

0.4.16

5 years ago

0.4.14

5 years ago

0.4.13

5 years ago

0.4.12

5 years ago

0.4.11

6 years ago

0.4.10

6 years ago