11-aniket / Network-with-3-orderers-RAFT-

Hyperledger Fabric network with 3 orderers using RAFT
2 stars 0 forks source link

BE_RESEARCH_HF - Hyperledger Fabric Research Repository

Welcome to BE_RESEARCH_HF repository! This is a research project repository for Hyperledger Fabric. Please take a moment to read this README to understand how to work with this project.

Prerequisites

Before you start working with this project, make sure you have the following prerequisites in place:

Network Start

Before you start the network, make sure to follow all the steps mentioned in the prerequisites section and verify the version.

To start and stop the network, you can use the following scripts:

Please note that you may need to add the missing path to folders in the ./networkUp.sh and ./networkDown.sh scripts. Ensure that all the required paths and dependencies are correctly configured in these scripts before running them.

By following these steps, you can efficiently manage your Hyperledger Fabric network and start or stop it as needed for your research or project.

Branches

Important: Do not push any changes to the master branch, as it is the foundation of the code.

Important: Do not push sensitive information such as IDs, keys, or private variables. You can remove these using ./networkDown.sh or add them in .gitignore

Important: Please follow proper coding standards and maintain consistent file and folder naming to ensure code readability.

Kafka, Raft, Solo Branches

Test Network Branches

Chaincode

The chaincode of the project remains the same for all benchmarks.

Caliper

Crypto Materials

Resources

For a better understanding of Hyperledger Fabric and Hyperledger Caliper, you can check out the following resources:

Please feel free to explore the repository and create branches for your specific use cases. If you have any questions or need assistance, don't hesitate to reach out to the project maintainers.

Happy researching and coding! 👩‍💻👨‍💻