3 releases (breaking)

0.3.0 Oct 20, 2023
0.2.0 Sep 14, 2023
0.1.0 May 31, 2023

#10 in #da

Download history 27/week @ 2024-01-08 19/week @ 2024-01-15 15/week @ 2024-01-22 15/week @ 2024-01-29 17/week @ 2024-02-05 37/week @ 2024-02-12 38/week @ 2024-02-19 63/week @ 2024-02-26 48/week @ 2024-03-04 44/week @ 2024-03-11 97/week @ 2024-03-18 79/week @ 2024-03-25 100/week @ 2024-04-01 44/week @ 2024-04-08 43/week @ 2024-04-15 47/week @ 2024-04-22

247 downloads per month
Used in 15 crates (13 directly)

MIT/Apache

80KB
1.5K SLoC

Sovereign SDK

What is the Sovereign SDK?

The Sovereign SDK is a free and open-source toolkit for building zk-rollups that is currently under development.

How does it work?

To learn how the Sovereign SDK works, see the Sovereign SDK Overview.

Warning

The Sovereign SDK is a research prototype. It has not been audited and should not be used in production under any circumstances.

License

Licensed under the Apache License, Version 2.0.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this repository by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.


lib.rs:

This crate defines the core traits and types used by all Sovereign SDK rollups. It specifies the interfaces which allow the same "business logic" to run on different DA layers and be proven with different zkVMS, all while retaining compatibility with the same basic full node implementation.

Dependencies

~3–11MB
~100K SLoC