Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

vulpemventures/liquidjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liquid-js

Liquid/Elements utils for the browser

Install

npm i liquid-js

Test

npm test 

Usage

const liquid = require("liquid-js");

const pubkey  = Buffer.from("0228ac32c2f6724fc865aa51f5aeb246c5c5cda42bdfd2430a201696aa0ccc541d", 'hex');
const network = "mainnet";
const p2pkh = liquid.payments.p2pkh({ pubkey, network }); 
// QDKGVB3YorozFiXoXW9MmQTUD5WjspNhcN

About

Liquid/Elements utils for the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published