An open API service indexing awesome lists of open source software.

https://github.com/cardinal-cryptography/baby-liminal


https://github.com/cardinal-cryptography/baby-liminal

Last synced: 6 months ago
JSON representation

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