sellifi-hyperledger-fabric-net Installation
sellifi-hyperledger-fabric-net
is a Hyperledger Fabric project managed with Fablo.
6.1 Prerequisites
- Docker and Docker Compose
- Fablo CLI
6.2 Installation Steps
-
Clone the Repository:
git clone https://github.com/Forest-Economy-Alliance/sellifi-central.git cd sellifi-hyperledger-fabric-net
-
Start the Fabric Network:
fablo up
-
Install Chaincode (Smart Contracts):
- Follow Fablo commands to install and approve chaincode on the network.
-
Interact with the Network:
- Use Fablo CLI or API endpoints to interact with the chaincode.
-
Shut Down the Network:
fablo down