Sample txns:

Txn 1Txn 2Txn 3

Transaction data for the transaction ID is listed below. Each transaction on ClimateChain is stored in a private node. Transactions are put into blocks and linked together to form a chain. The link to the block ID below will take you to the block that includes this transaction ID.


Each transaction includes metadata (inlcuding a header), payload data, and proof. The metadata provides data about the transaction, the payload data is the actual data of the transaction, and the proof includes a hash of the full transaction (including the payload data) and a hash of the stripped transaction (excluding the payload data).


The payload can be a simple number, a string of text, JSON data that lists data as key-value pairs, and/or encoded data to store binary files (such as images or PDFs). This flexibility allows for a wide variety of data to be stored on ClimateChain.


Txn ID# 0bd41d0c-3219-424c-91f0-66e7b4aa40fd

header: {

txn_type: Sirrus-Steven

txn_id: 0bd41d0c-3219-424c-91f0-66e7b4aa40fd

block_id: 55752018

timestamp: 1710998305

tag: TEST

}


proof: {

full: vkkArZ/7yN1HMsWzd2UL1LtJviQk2SdblVZ6OQ4lfF8=

stripped: MEQCIFTXQfNhZcm0qjQFwA96nAuPBRcs90r2eTHGal5B0nd/AiBANhCEIeGEi0ejPJ4Ibl4QafuzS5QC98YH8b9uGVODAg==

}


payload {"filename":"postgresql-16-A4.pdf","company":"viiision","data":""}