Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masdxi/besu-keygen-scripts
Script for hyperledger besu node key generation and extra data encode
https://github.com/masdxi/besu-keygen-scripts
hyperledger-besu shell-scripts
Last synced: about 1 month ago
JSON representation
Script for hyperledger besu node key generation and extra data encode
- Host: GitHub
- URL: https://github.com/masdxi/besu-keygen-scripts
- Owner: MASDXI
- License: unlicense
- Created: 2024-03-15T09:06:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T11:53:13.000Z (3 months ago)
- Last Synced: 2024-12-15T17:16:58.036Z (about 1 month ago)
- Topics: hyperledger-besu, shell-scripts
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# besu-keygen-scripts
This repository contains a key generation script for Hyperledger Besu nodes.
## Usage
### Prerequisites
Before running the key generation script, ensure you have the following installed:
- Docker
### Generating Keys
To generate keys for a Besu node, run the following command:
```bash
./generate.sh
```**Example command**
```bash
./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.
### Cleaning Up
To clean up the generated keys, you can use the following command:
```bash
./clean.sh
```This will remove the generated keys and any associated files.
## License
This project is licensed under the [NONE](LICENSE).
## Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues if you encounter any problems or have suggestions for improvements.