Find a file
Rob Knight a6cd02ec2f
Add extra front-end types and make MainPodBuilder emit these (#166)
* All test pass on middleware->frontend type refactor

* Convert frontend CustomPredicateRef to a named field struct

* Minor serialization improvements

* Set appropriate titles in JSON schemas

* Add names for custom predicates

* Remove PodClass from front-end Origin type

* Simplify value conversion

---------

Co-authored-by: Ahmad <root@ahmadafuni.com>
2025-04-07 14:27:20 -07:00
.github/workflows Fe contains (#145) 2025-03-27 10:54:58 +10:00
book complete full zukyc example doc (#172) 2025-04-04 12:00:57 -07:00
src Add extra front-end types and make MainPodBuilder emit these (#166) 2025-04-07 14:27:20 -07:00
.gitignore Aard custom (#49) 2025-02-24 09:05:30 -08:00
Cargo.toml MainPod implementation (#168) 2025-04-01 11:23:45 -07:00
README.md Featurize middleware types that are actually defined by the backend (#94) 2025-02-27 14:15:31 +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
  • Rustfmt: cargo fmt
  • Check typos: typos -c .github/workflows/typos.toml

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