parsec-lib

v0.18.2
transaction and block implementation
parsec plasma ethereum

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.

npm i parsec-lib

Metadata

  • AGPLv3
  • Whatever
  • Parsec Labs
  • released 11/1/2018

Downloads