bitcoinjs-testnets

Additional network testnet parameters for bitcoinjs-lib

Usage no npm install needed!

<script type="module">
  import bitcoinjsTestnets from 'https://cdn.skypack.dev/bitcoinjs-testnets';
</script>

README

BITCOINJS-TESTNETS

Adds testnet network parameters to bitcoinjs-lib's network list.

Currently this package contains the following networks:

  • litecoin testnet
  • dogecoin testnet

Usage

var Bitcoin = require('bitcoinjs-lib');
require('bitcoinjs-testnets').register(Bitcoin.networks);

// You now have Bitcoin.networks.litecoin_testnet