11 releases (5 breaking)

new 0.6.1 Nov 8, 2024
0.6.0 Nov 6, 2024
0.5.1 Aug 29, 2024
0.4.0 Jul 4, 2024
0.1.1 Mar 7, 2024

#585 in Magic Beans

Download history 192/week @ 2024-07-19 100/week @ 2024-07-26 41/week @ 2024-08-02 46/week @ 2024-08-09 50/week @ 2024-08-16 913/week @ 2024-08-23 439/week @ 2024-08-30 306/week @ 2024-09-06 115/week @ 2024-09-13 87/week @ 2024-09-20 58/week @ 2024-09-27 35/week @ 2024-10-04 23/week @ 2024-10-11 29/week @ 2024-10-18 26/week @ 2024-10-25 325/week @ 2024-11-01

407 downloads per month
Used in 13 crates (12 directly)

MIT license

515KB
10K SLoC

Miden Objects

This crates contains core components defining the Miden rollup protocol.

Modules

Here is a broad overview of each module, with links to additional documentation.

Accounts

Structures used to define accounts, including abstractions over its code, storage, and vault.

Documentation.

Assets

Structures used to define fungible and non-fungible assets. Accounts own assets and store them in their vaults.

Documentation

Block

Structures used to define a block. These objects contain authentication structures, merkle trees, used to represent the state of the rollup at a given point in time.

Notes

Structures used to define notes. Notes are messages that contain code and assets. They describe their own behavior and allow for interaction among accounts. Notes come in multiple flavors, refer to the docs for additional details.

Documentation

Transaction

Structures used to define Miden rollup transactions. Transactions describe changes to an account, and may include consumption and production of notes. The objects in this module allow for the representation of transactions at multiple stages of its lifecycle, from creation, to data aggregation, execution with trace collection, and finally an executed transaction with a corresponding STARK proof.

Documentation.

Features

Description of this crate's feature:

Features Description
std Enable usage of Rust's std, use --no-default-features for no-std support.
concurrent Enables concurrent code to speed up runtime execution.
testing Enables testing utilities and reduces proof-of-work requirements to speed up tests' runtimes.

License

This project is MIT licensed.

Dependencies

~14–41MB
~648K SLoC