tierion's notebooks

  • Verify a Chainpoint Proof Directly Using Bitcoin - /tierion/verify-a-chainpoint-proof-directly-using-bitcoin
    Last edited 7 years ago
    Here are instructions for verifying a Chainpoint proof without needing a trusted third-party. Each Chainpoint proof contains a set of operations. To verify the proof, step through the operations and check if the resulting value matches the Merkle root of a Bitcoin block header. So long as you have a copy of the Bitcoin blockchain or access to a block explorer, you can verify a Chainpoint proof. We'll use this open-source library to parse and step through the operations of Chainpoint proof. It works offline. https://github.com/chainpoint/chainpoint-parse
  • Chainpoint Client JS Example - Tierion - /tierion/chainpoint-client-js-example
    Last edited 7 years ago
    This demonstrates how to create and verify a Chainpoint proof using the Tierion Network. This live code notebook uses asynchronous Javascript code. The provided example is for demonstration purposes only. It lacks the error handling code necessary for a production application. Learn more about Tierion and Chainpoint: https://tierion.com https://chainpoint.org https://github.com/chainpoint https://www.npmjs.com/package/chainpoint-client Lets get started!