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
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