base-leap-core
TypeScript icon, indicating that this package has built-in type declarations

0.27.5 • Public • Published

base-leap-core

Build Status codecov

test:

yarn
yarn test

install:

yarn add -S base-leap-core

Create Transaction Proof:

const transfer = Tx.transfer(height, ins, outs).sign(privKey);
const block = new Block(parent, height);
block.proof(transfer.toRaw(), position, [SIBLING_HASH, SIBLING_HASH])

LICENSE

Most source files (lib folder and below) are made available under the terms of the GNU Affero General Public License (GNU AGPLv3). See individual files for details.

Dependents (0)

Package Sidebar

Install

npm i base-leap-core

Weekly Downloads

4

Version

0.27.5

License

AGPL-3.0

Unpacked Size

212 kB

Total Files

18

Last publish

Collaborators

  • securekim