Installation

# Installation

Add Lbox to your existing Node.js project.

  • Npm
  • Yarn
npm i lbox
1

# Used with node.js

const LBOX = require("lbox");
const lbox = new LBOX();
1
2

# How to use Lbox

  • this library is not complete and we are developing it
  • now we just support lbox.Address
  • before using lbox.Address.fromXPub or lbox.Address.fromXPriv you need to make compelled asm code in libauth with init()