Skip to content
#

op-return

Here are 5 public repositories matching this topic...

Language: All
Filter by language

Another algorithm that can be used is called "transaction chain chunking." In this method, the data is split into chunks and each chunk is added to a separate Bitcoin transaction, with each transaction referencing the previous one in the chain. The final transaction in the chain contains the full data, and the previous transactions can be used ...

  • Updated Mar 3, 2023
  • C++

Merkle tree chunking is a technique used to split large amounts of data into smaller chunks and create a Merkle tree out of them. The root of the Merkle tree can be stored on the blockchain, allowing for efficient verification of the integrity of the data. This method is used to enable larger inscriptions on the Bitcoin blockchain ...

  • Updated Mar 3, 2023
  • C++

Improve this page

Add a description, image, and links to the op-return topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the op-return topic, visit your repo's landing page and select "manage topics."

Learn more