This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| @name: Vikram Udyawer | |
| @date: 18th October 2017 | |
| @summary: A simple Guest Welcome/Greeter Smart Contract for the Host. | |
| The contract is deployed to the Ethereum Blockchain | |
| when the host checks-in the guest (in-person or remotely) | |
| */ | |
| pragma solidity ^0.4.15; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0x9603B58cbb72A0943b422dA5F78d12cEAe0d9dc9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % | |
| % % % % % % % % % % % % % % % % % % % % % % % % % % | |
| % % % % % % % % % % % % % % % % % % % % % | |
| % % % % % % % % % % % % % % % | |
| % % % % % % % % % % | |
| % % % % % NAME: VIKRAM UDYAWER | |
| % % % % % HARWARE IMPLEMENTATION (C CODE FOR EDAC AND ADCS) | |
| % % % % % % % % % % | |
| % % % % % % % % % % % % % % % | |
| % % % % % % % % % % % % % % % % % % % % % |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| // | |
| // NAME: VIKRAM UDYAWER | |
| // HARWARE IMPLEMENTATION (C CODE FOR EDAC AND ADCS) | |
| // | |
| /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ | |