An automation framework and helm charts for rapidly and consistently deploying production-ready Distributed Ledger Technology (DLT) platforms.
Hyperledger Bevel is an automation framework for rapidly and consistently deploying production-ready DLT platforms to cloud infrastructure.
Hyperledger Bevel is an accelerator/tool that helps developers rapidly set up and deploy secure, scalable and production-ready DLT network(s) that also allows new organizations to be easily on-boarded on the network. Bevel facilitates a safe and secure way of deploying and operating different DLT platforms.
It includes:
Hyperledger Bevel currently supports R3 Corda OS and Enterprise, Hyperledger Fabric, Hyperledger Indy, Hyperledger Besu, Quorum and Substrate. Other DLT platforms can easily be added.
To get started with the framework quickly, follow our Getting Started guidelines.
Detailed operator and developer documentation is available on our ReadTheDocs site.
The documentation can also be built locally be following instructions in the docs
folder.
For Hyperledger Fabric, there are two ways to deploy the network.
helm install
: Follow the Fabric Charts readme.Using Ansible: A number of different Ansible scripts will allow you to either create a new network (across clouds) or join an existing network.
For Corda Enterprise, there are two ways to deploy the network.
helm install
: Follow the Corda Enterprise Charts readme.Using Ansible: A number of different Ansible scripts will allow you to either create a new network (across clouds) or join an existing network.
For Corda Opensource, there are two ways to deploy the network.
helm install
: Follow the Corda Charts readme.Using Ansible: A number of different Ansible scripts will allow you to either create a new network (across clouds) or join an existing network.
For Hyperledger Indy, there are two ways to deploy the network.
helm install
: Follow the Indy Charts readme.For Quorum, there are two ways to deploy the network.
helm install
: Follow the Quorum Charts readme.Using Ansible: A number of different Ansible scripts will allow you to either create a new network (across clouds) with choice of Consensus and a transaction Manager.
For Hyperledger Besu, there are two ways to deploy the network.
helm install
: Follow the Besu Charts readme.Using Ansible: A number of different Ansible scripts will allow you to create a new network (across clouds).
For Substrate, there are two ways to deploy the network.
helm install
: Follow the Substrate Charts readme.Using Ansible: A number of different Ansible scripts will allow you to create a new network (across clouds).
We welcome your questions & feedback on our Discord channel. Please join our Discord first.
We welcome contributions to Hyperledger Bevel in many forms, and there’s always plenty to do!
Please review contributing guidelines to get started.
If you are not using the provided Jenkins automation scripts, you can run the provisioning scripts within a docker runtime independent of your target Kubernetes cluster.
# Build provisioning image
docker build . -t ghcr.io/hyperledger/bevel-build
# Run the provisioning scripts
docker run -it -v $(pwd):/home/bevel/ ghcr.io/hyperledger/bevel-build
Mark Wagner (Github: n1zyz, email: mwagner@redhat.com) - TSC Member