0.0.1-beta.0 • Published 4 years ago

@coolwallets/btc v0.0.1-beta.0

Weekly downloads
19
License
ISC
Repository
-
Last release
4 years ago

CoolWalletS Bitcoin (LTC) App

version

Install

npm i @coolwallets/btc

Usage

import cwsBTC from '@coolwallets/btc'

const BTC = new cwsBTC(transport, appPrivateKey, appId)

getAddress

Get address by address index.

const address = await BTC.getAddress(0)