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
npm run build
npm run test
npm run testw # watch mode
npm run coverage