Find a file
Ahmad Afuni c2d23b0b1b
chore: enums for statement and op types (#69)
* Experiment with statement & op enums

* Clean-up & fixes

* More clean-up

* Add argument length checks

* More clean-up

* Place statement and operation logic in submodules
2025-02-20 10:08:29 +01:00
.github/workflows feat: unify SignedPod and MainPod traits (#64) 2025-02-18 13:00:54 +01:00
book feat: add architecture doc (#73) 2025-02-18 16:31:39 +01:00
src chore: enums for statement and op types (#69) 2025-02-20 10:08:29 +01:00
.gitignore Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
Cargo.toml feat: add middleware and signer traits (#18) 2025-02-04 12:35:32 +01:00
README.md Extend merkletree spec, init SignedPod section, add typos checker in CI (#31) 2025-02-05 16:37:16 +01:00
rust-toolchain.toml add initial MerkleTree implementation (#13) 2025-02-03 18:03:45 +01:00

POD2

Usage

  • Run tests: cargo test --release

Book

The book contains the specification of POD2. A rendered version of the site can be found at: https://0xparc.github.io/pod2/

To run it locally:

  • Requirements
  • Go to the book directory: cd book
  • Run the mdbook: mdbook serve