Skip to content

Cumulative Record - Hyperledger Fabric Sample Application by Chainoid

License

Notifications You must be signed in to change notification settings

chainoid/cumulativerecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cumulative Record - Hyperledger Fabric Sample Application by Chainoid

This Cumulate Record demonstrates the workflow of test records in the studying process: operation between office staff, teachers and students. In this exercise we will set up the minimum number of nodes required to develop chaincode. It has a single peer and a single organization.

Step1

  • Add new group into the ledger

Group screen

Step2

  • Add new student into the ledger

Student screen

Step3

  • Genarate worksheet for pair group/course

Generate worksheet

Step4

  • Teacher use worksheet list and rate every student

Teacher screen

Step5

  • Student cumulative record, read only

Student record

This code is based on code written by the Hyperledger Fabric community. Source code can be found here: (https://github.com/hyperledger/fabric-samples).

Also used skeleton from tuna-app code from here: (https://github.com/hyperledger/education).