Find a file
arnaucube 02ec7c311b
sync spec & code (#107)
* sync spec & code

* move primitives (merkletree) into the backend

* comment on the ops spec and link to issue #108

* typo

* fix github-ci mdbook-publish pages
2025-03-05 11:35:23 -08:00
.github/workflows sync spec & code (#107) 2025-03-05 11:35:23 -08:00
book sync spec & code (#107) 2025-03-05 11:35:23 -08:00
src sync spec & code (#107) 2025-03-05 11:35:23 -08:00
.gitignore Aard custom (#49) 2025-02-24 09:05:30 -08:00
Cargo.toml Featurize middleware types that are actually defined by the backend (#94) 2025-02-27 14:15:31 +01: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