Skip to content

Script for hyperledger besu node key generation and extra data encode

License

Notifications You must be signed in to change notification settings

MASDXI/besu-keygen-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

./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.

Cleaning Up

To clean up the generated keys, you can use the following command:

./clean.sh

This will remove the generated keys and any associated files.

License

This project is licensed under the NONE.

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues if you encounter any problems or have suggestions for improvements.

About

Script for hyperledger besu node key generation and extra data encode

Topics

Resources

License

Stars

Watchers

Forks

Languages