@coolwallet/ltc

Coolwallet LiteCoin sdk

Usage no npm install needed!

<script type="module">
  import coolwalletLtc from 'https://cdn.skypack.dev/@coolwallet/ltc';
</script>

README

CoolWallet Bitcoin (LTC) App

version

Install

npm i @coolwallet/btc

Usage

import cwsBTC from '@coolwallet/btc'

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

getAddress

Get address by address index.

const address = await BTC.getAddress(0)