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

3.0.0 • Public • Published

leap-core

Build Status codecov

test:

yarn
yarn test

install:

yarn add -S 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.

/leap-core/

    Package Sidebar

    Install

    npm i leap-core

    Weekly Downloads

    6

    Version

    3.0.0

    License

    AGPL-3.0-or-later

    Unpacked Size

    1.53 MB

    Total Files

    20

    Last publish

    Collaborators

    • johba
    • parsec
    • sunify
    • troggy