Upload a file
Get the Hash
Sign the document
User supplies private key (a test key is supplied below along with its passphrase)
Sign with Keybase
Go to https://keybase.io/sign and insert this hash:
Put the resulting signed text in this box:
Provide Your Keybase Username
Get the Results
Make the API Request
We should call this data your "receipt" and ask the user to keep it in a safe place, along with the original document
var hash = $('#api_hash').val(); $.post('https://loyolalawtech.org/json/btc-notary.php', { d:hash, }).done(function(result) { //etc..
https://proofofexistence.com/api/v1/register?d=[Insert Starred Hash*]
https://proofofexistence.com/api/v1/status?d=[Insert Starred Hash*]