Search papers, labs, and topics across Lattice.
This paper introduces a tree-based repository blockchain framework to manage hard forks in collaborative blockchain ecosystems, enabling a single process to access all blocks without Inter-Blockchain Communication (IBC). The framework organizes blockchains as a tree structure, where the repository blockchain navigates between forks. A proof-of-concept implementation demonstrates the feasibility of this approach using a depth-first search algorithm.
Ditch the complexity of Inter-Blockchain Communication: this tree-based blockchain framework lets you navigate hard forks like directories in a file system.
Collaborative blockchain ecosystems allow diverse groups to cooperate on tasks while providing properties such as decentralization and transaction security. We provide a model that uses a repository blockchain to manage hard forks within a collaborative system such that a single process (assuming that it has knowledge of the requirements of each fork) can access all of the blocks within the system. The repository blockchain replaces the need for Inter Blockchain Communication (IBC) within the ecosystem by navigating the networks. The resulting construction resembles a tree instead of a chain. A proof-of-concept implementation performs a depth-first search on the new structure.