FabriX simplifies the process of setting up and managing a Hyperledger Fabric network. It helps to deploy, manage, and interact with chaincode, making it easier for developers to focus on writing business logic.
- Easy setup of Hyperledger Fabric network
- Chaincode deployment and management
- Interactive prompts for configuration
- Support for multiple environments
To install FabriX, you need to have Go installed on your machine. You can download and install Go from here.
Clone the repository and build the project:
git clone https://github.com/yourusername/FabriX.git
cd FabriX
go build -o fabricx