https://github.com/cardinal-cryptography/baby-liminal
https://github.com/cardinal-cryptography/baby-liminal
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cardinal-cryptography/baby-liminal
- Owner: Cardinal-Cryptography
- Created: 2024-06-25T07:36:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T08:27:39.000Z (about 1 year ago)
- Last Synced: 2024-06-25T10:03:23.369Z (about 1 year ago)
- Language: Rust
- Size: 163 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baby liminal
This repository is a collection of Rust crates that were used to implement PoC of Liminal on Aleph Zero (L1) blockchain.
This includes:
- [`baby-liminal-extension`](./baby-liminal-extension): chain extension component (Smart Contract <-> Runtime communication for halo2 zkSNARK verification)
- [`aleph-runtime-interfaces`](./runtime-interfaces): runtime interface component for outsourcing proof verification from runtime to host
- [`pallet-feature-control`](./pallets/feature-control): runtime pallet for enabling/disabling proof verification feature in runtime
- [`pallet-vk-storage`](./pallets/vk-storage): runtime pallet for storing verification keys