Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 460 Bytes

Matic PoS Bridge Withdrawal Proofs

Library to construct proofs to allow funds to be withdrawn from the PoS (proof-of-stake) based bridge mechanism for Matic Network.

Also includes helper functions to determine whether a withdrawal is ready to be claimed or has already been claimed.

Setup

git clone https://github.com/TomAFrench/matic-proofs
cd matic-proofs

yarn install

Run testcases

yarn test