- 2019 - 2 Capstone Design
- by. HoCheol Nam, JaeWon Park, HoJin Shin, SeYeon Cho (Dankook Univ. Dept. Software)
- DASH(Dankook Advanced Supply/Production Chain Management with Hyperledger Fabric)
- environment : hyperledger fabric v1.4.3
first test fabric end to end before start.
./e2e_test.sh
if there are no errors start node server and fabric nodes docker contaniers.
start fabric with
./init.sh
./start.sh
start node with
node ./node-server/app.js
stop and remove all container with
./stop.sh
This project is not supporting REST api for node yet!!!!!