Recipients of the Empowered Educator Experimenter badge have completed a series of challenges inviting them to experiment. They have been curious and creative as they explored, and reflected on new approaches to designing learning experiences and have extended their skills related to online and technology-enabled learning.
Issuer |
eCampusOntario |
Issued On |
1730376000 |
Expires |
- |
Check that the badge was awarded to the correct recipient by entering their email address:
verified_user Verified — This badge has blockchain validation enabled.
fingerprint Verified — SHA256 checksum of the hosted assertion matches stored targetHash value.
call_merge Verified — Values for targetHash, proof, and merkleRoot form a valid Merkle Path.
link Verified — MerkleRoot is anchored to blockchain.
{ "anchors" : [ { "chain" : "ethereumMainnet", "sourceId" : "0xdf1dcc2cc098fcd823d785262469fa1c2ed1cd5911014624836dcd5a0456f188", "type" : "ETHData" } ], "merkleRoot" : "efd279fc24461b3e4b3615862b79c5b2050f176a995638bae269eb172c6e47dd", "proof" : [ { "left" : "957373d26188b34f358e54799f5164843ef288f4fc95682310ec2150893fb307" }, { "right" : "02ce04ab7a4e103bdc0fac98f768c4740dce3621b10a01003f66f7a98fb0ccdd" }, { "left" : "6cbfb1b6f0709b1706e1b519695cf9d9da4c02fbdd251718b1409df376890277" }, { "right" : "52d6943eb847df82514a9196c842b2c95d41b24214a278f9cefa7f8eeafcf046" }, { "left" : "57bc22bef9ebb15c8053d78206df6c460fddb8a56d85bac38cdb34523683789e" }, { "left" : "4282b5b9dff33ece0dbdab1f999f25e3b5ccfaa7d7246c03030138876aa6382b" }, { "right" : "c084751d40a0084971496587aba9743aa37e6c9257ada65bc8369073c7c92965" } ], "targetHash" : "9b15c449e7aa866e8c7a514e17b0a02b41024822f3f913a1c87d2280f5e918a6", "type" : "MerkleProof2017" }
Steps for independent verification using provided proof data:
Download the hosted assertion from https://factory.cancred.ca/v1/assertion/7fd4a7dff3e5ee76b3a39e0d7c3759d3191f3678.json
Calculate the SHA256 checksum of the downloaded JSON string.
Verify that targetHash matches the hex-encoded SHA256 checksum.
Verify that the values targetHash, proof, and merkleRoot form a valid Merkle Path.
Starting with targetHash, traverse the proof list and calculate SHA256 checksums for each pair. Pairs are formed from the value of previous calculation and each list item map value. Argument position of the list item in the hash function is determined by the map key "left" or "right". Final value must match merkleRoot value. Note that all checksums are calculated from hex-decoded binary bytes.
Verify that merkleRoot matches what is stored in the blockchain transactions of the "anchors" list.
The value to check is stored in the data field of an Ethereum transaction identified by sourceId value. You can use a service like https://etherscan.io to look up the data field using the provided transaction hash.