└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # How to obtain your blockchain application ID 2 | 3 | Confirm your application by interacting with our HR smart contract on the Ethereum Ropsten network: 4 | 5 | 1. Submit a hash (Keccak-256) of your email address using the `applyUsingEmail()` function. 6 | 2. Retrieve your application ID using the `getApplicationID()` function. 7 | 3. Copy your application ID and paste it in the application form. 8 | 9 | :warning: :warning: Ropsten is a testnet network, **you do not need real Ether**. 10 | 11 | ### Additional information 12 | 13 | Contract address: 14 | ``` 15 | 0x78D36BA446D73Be73f32e2Cc181A82E3ba5fEf2E 16 | ``` 17 | --------------------------------------------------------------------------------