This repository contains a key generation script for Hyperledger Besu nodes.
Before running the key generation script, ensure you have the following installed:
- Docker
To generate keys for a Besu node, run the following command:
./generate.sh <number-of-node> <algorithm>
Example command
./generate.sh 4 QBFT
algorithm that support is QBFT
and IBFT
This will execute the key generation script and create the necessary keys for your node.
To clean up the generated keys, you can use the following command:
./clean.sh
This will remove the generated keys and any associated files.
This project is licensed under the NONE.
Contributions are welcome! Please feel free to submit pull requests or open issues if you encounter any problems or have suggestions for improvements.