Skip to content

A simple supplychain app built on hyperledger fabric and nodesdk

Notifications You must be signed in to change notification settings

alvinzach/Supplychainfabric-

Repository files navigation

Supplychain POC on hyperledger fabric

A simple supplychain POC on hyperledger fabric . The system has three type of nodes

  • Warehouse , which adds a package
  • Collection centers which edit the status of package
  • Customers who can see the current and previous states of a package

To run the application :

Download prerequisites from here : hyperledger fabric prerequisites

Run :

```sh
   $ npm install -d
```

Start the blockchain network :

```sh
   # ./start.sh
```

Run : $ node server And navigate to localhost:3000

About

A simple supplychain app built on hyperledger fabric and nodesdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published