A simple ZkMempool system for consensus mechanism.
With ZkMempool, you get a lightweight tool that stays out of your way.
What you get
- A simple ZkMempool system for consensus mechanism
- A simple ZkMempool system for consensus mechanism
- python
- python framework (Flask/Django/FastAPI or equivalent)
- Pytest for testing
- Clone the repository:
git clone https://github.com/fuad403273/ZkMempool.git cd ZkMempool- Install in editable mode:
pip install -e .
Runtime options can be set in the config file or overridden per call. The most commonly changed values are:
- timeout: how long operations may run before failing
- retries: how many times a failed operation is re-attempted
- cache: where temporary results are stored
Contributions are welcome. Open an issue for bugs or feature requests, or submit a pull request with your changes.
Released under the MIT License — see the LICENSE file.