This platform is to allow manufacturer(P&G here) directly award their customer for being a loyal customers and customers can redeem those tokens at any of the retailer's store associated with the manufacturer.
- Blockchain operator setup the private blockchain network having 3 organizations, 3 certificate authorities and 1 channel.
- The end user ( admin, user, consumer ) interacts with ReactJS UI for register, update , grant tokens and reedem tokens.
- The ReactJS platforms uses API gateway to interact with the blockchain network.
- The ExpressJS API application uses fabric SDK to interact with the nwtwork.
- Hyperledger Fabric 1.4.6
- Node.js
- React.js
| System | Driver | Version |
|---|---|---|
| Platform | Hyperledger Fabric | 1.4.6 |
| Docker | Docker | 18.09.09 |
| Language | Go | 1.11 |
| Node | node | 10.20 |
| UI | React | latest |
- Clone this repository
- Install required softwares for this app
- Start the fabric network using shell script
- Start the API server
- Start the Client APP



