Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 525 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 525 Bytes

Proof Of Liability

This repository contains the proof of concept for proving liabilities with o1js. Note that development is also ongoing as the following needs to be completed:

  • Refactor off-chain interaction infrastructure
  • Complete escrow for on-chain currencies
  • Add additional tests
  • Perform security review

How to build

npm run build

How to run tests

npm run test
npm run testw # watch mode

How to run coverage

npm run coverage

License

Apache-2.0