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

  1. Clone the Repository:

    git clone https://github.com/Forest-Economy-Alliance/sellifi-central.git
    cd sellifi-hyperledger-fabric-net
    
  2. Start the Fabric Network:

    fablo up
    
  3. Install Chaincode (Smart Contracts):

    • Follow Fablo commands to install and approve chaincode on the network.
  4. Interact with the Network:

    • Use Fablo CLI or API endpoints to interact with the chaincode.
  5. Shut Down the Network:

    fablo down