liquidjs-lib

Client-side Liquid JavaScript library

Usage no npm install needed!

<script type="module">
  import liquidjsLib from 'https://cdn.skypack.dev/liquidjs-lib';
</script>

README

LiquidJS

Build Status

code style: prettier

The following library forks bitcoinjs/bitcoinjs-lib and contains modifications that are necessary for support of elements-based blockchains such as Blockstream Liquid

Released under the terms of the MIT LICENSE.

Examples

The below examples are implemented as integration tests (as in bitcoinjs-lib).

Bundle

$ browserify src/index.js --standalone liquid > bundle.js