Skip to content

library for tx and block signing

License

Notifications You must be signed in to change notification settings

leapdao/leap-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

321 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

library for tx and block signing

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 10