Plonk For Substrate

GitHub license crates.io badge Pallet Test
This is plonk pallet implemented as an extension of duck-network plonk.

Abstract

We implemented the plonk library as a pallet in order for developers to customize circuits and use the plonk protocol on Substrate runtime. This project allowed us to use following functionalities.

Reference

The tutorial importing plonk-pallet to your pallet and test these plonk functions. - Tutorial

The pallet dependencies rustdoc. - plonk-pallet
- plonk-pallet-rpc
- plonk-runtime-api