Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 976 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 976 Bytes

FabriX

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.

🛠 Built With

Go

📚 Table of Contents

✨ Features

  • Easy setup of Hyperledger Fabric network
  • Chaincode deployment and management
  • Interactive prompts for configuration
  • Support for multiple environments

📦 Installation

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