TAGS

azure-hello-blockchain-box

CREATED

UPDATED

STARS

INSTALL

...

REPOSITORY
GitHub Download
Please wait: Fetching readme...

b'Hello Blockchain Sample Application for Azure Blockchain Workbench\n==================================================================\n\nOverview \n---------\n\nThe Hello Blockchain application expresses a workflow between a person sending\na request and a person responding to the request. The state transition diagram\nbelow shows the interactions between the states in this workflow. \n\n
\n\nApplication Roles \n------------------\n\n| Name | Description |\n|------------|-------------------------------------------------------------------------------------------|\n| __Requestor__ | The party that initiates the "Hello blockchain!" request |\n| __Responder__ | The party that responds to the Requestor |\n\n
\n\nStates \n-------\n\n| Name | Description |\n|----------|-------------------------------------------------------------------------------------------|\n| __Request__ | The state that occurs when a request has been made. |\n| __Respond__ | The state that occurs after a response has been made to the request. |\n\n
\n\nWorkflow Details\n----------------\n\n![state diagram of workflow](https://raw.githubusercontent.com/caleteeter/hello-blockchain/master/media/5aba06dd9b98e017f7031946d0187fb7.png)\n \nAn instance of the Hello Blockchain application\'s workflow starts in the Request\nstate when a Requestor makes a request. The instance transitions to the Respond\nstate when a Responder sends a response. The instance transitions back again to\nthe Request state when the Requestor makes another request. These transitions\ncontinue for as long as a Requestor sends a request and a Responder sends a\nresponse. \n\n
\n\nApplication Files\n-----------------\n\n[HelloBlockchain.json](https://raw.githubusercontent.com/caleteeter/hello-blockchain/master/HelloBlockchain.json)\n\n[HelloBlockchain.sol](https://raw.githubusercontent.com/caleteeter/hello-blockchain/master/contracts/HelloBlockchain.sol)\n'