Welcome to the Polygon Miden node implementation :) This software is used to operate a Miden ZK-rollup network by receiving transactions and sequencing them into blocks.
Access to the network is provided via a gRPC interface which can be found here.
Note
The Miden node is still under heavy development and the project can be considered to be in an alpha stage. Many features are yet to be implemented and there are a number of limitations which we will lift in the near future.
At this point we are developing the Miden node for a centralized operator. As such, the work does not yet include components such as P2P networking and consensus. These will be added in the future.
Documentation, tutorials and guides for the current Miden version (aka testnet) can be found here, including an operator manual and gRPC reference guide. This is your one-stop-shop for all things Miden.
For node operators living on the development edge, we also host the latest unreleased documentation here.
Developer documentation and onboarding guide is available here.
At minimum, please see our contributing guidelines and our makefile for example workflows e.g. run the testsuite using
make test
Note that we do not accept low-effort contributions or AI generated code. For typos and documentation errors please rather open an issue.
This project is MIT licensed.