6 releases

0.2.2 Dec 22, 2021
0.2.1 Dec 13, 2021
0.1.3 Nov 29, 2021

#2792 in Magic Beans

Download history 3/week @ 2022-10-11 1/week @ 2022-10-18 4/week @ 2022-10-25 8/week @ 2022-11-01 10/week @ 2022-11-08 6/week @ 2022-11-15 3/week @ 2022-11-22 2/week @ 2022-11-29 5/week @ 2022-12-06 4/week @ 2022-12-13 5/week @ 2022-12-20 5/week @ 2022-12-27 5/week @ 2023-01-03 5/week @ 2023-01-10 31/week @ 2023-01-17 19/week @ 2023-01-24

60 downloads per month

Apache-2.0

1MB
416 lines

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.

  • Custom circuit
  • Trusted setup
  • Generate proof
  • Verify proof

Reference

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

The pallet dependencies rustdoc.

Dependencies

~8–11MB
~225K SLoC