8 releases (5 breaking)
0.6.0 | Nov 6, 2024 |
---|---|
0.5.1 | Sep 13, 2024 |
0.5.0 | Aug 27, 2024 |
0.4.0 | Jul 4, 2024 |
0.1.0 | Mar 11, 2024 |
#857 in Magic Beans
147 downloads per month
Used in 2 crates
425KB
9K
SLoC
Miden block producer
The Block producer receives transactions from the RPC component, processes them, creates block containing those transactions before sending created blocks to the store.
Block Producer is one of components of the Miden node.
Architecture
TODO
Usage
Installing the Block Producer
The Block Producer can be installed and run as part of Miden node.
API
The Block Producer serves connections using the gRPC protocol on a port, set in the previously mentioned configuration file. Here is a brief description of supported methods.
SubmitProvenTransaction
Submits proven transaction to the Miden network.
Parameters
transaction
:bytes
- transaction encoded using Miden's native format.
Returns
This method doesn't return any data.
License
This project is MIT licensed.
Dependencies
~24–55MB
~889K SLoC