Find a file
Eduard S. 085d5fff2c
feat: integrate mt in mock_sign (#23)
* feat: integrate mt in mock_sign

* fix: handle compile error

* fix: use PodClass::Main in MainPod origin
2025-02-05 11:24:35 +01:00
.github/workflows add initial spec of the merkletree (#10) 2025-01-31 17:21:18 +01:00
book docs: add native statement table (#21) 2025-02-05 12:02:44 +10:00
src feat: integrate mt in mock_sign (#23) 2025-02-05 11:24:35 +01:00
.gitignore feat: move code here (#11) 2025-01-31 16:20:57 +01:00
Cargo.toml feat: add middleware and signer traits (#18) 2025-02-04 12:35:32 +01:00
README.md add initial MerkleTree implementation (#13) 2025-02-03 18:03:45 +01:00
rust-toolchain.toml add initial MerkleTree implementation (#13) 2025-02-03 18:03:45 +01:00

POD2

Specification can be found at the book directory, a live rendered version at: https://0xparc.github.io/pod2/

Usage

  • Run tests: cargo test --release