parsec-lib

0.18.2 • Public • Published

parsec-lib

test:

npm install
npm test

install:

npm i -S parsec-lib

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 Parsec Lib 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.

Readme

Keywords

Package Sidebar

Install

npm i parsec-lib

Weekly Downloads

1

Version

0.18.2

License

AGPLv3

Unpacked Size

162 kB

Total Files

17

Last publish

Collaborators

  • johba
  • parsec
  • sunify
  • troggy