Socket
Book a DemoInstallSign in
Socket

@owlprotocol/ipfs-trees

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@owlprotocol/ipfs-trees

unpublished
latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

IPFS Trees

Create an immutable data-structure library using IPFS as a storage layer and enabling efficient querying. This can avoid the need for 3rd party indexing, effectively solving the data availability problem for the merkledb's off-chain data bridge solution.

Tasks

  • Use dag-json IPLD codec for simple huma-friendly encoding
  • Tree: A simple binary tree abstraction build on top of IPFS.
  • TreeReverse: A binary tree with where leaf nodes have parent references (used for MerkleTree parent traversal).
  • RBTree: A red-black black tree for sorting by key.
  • MerkleTree: A Merkle tree for compacting a set as a merkle root.
  • https://en.wikipedia.org/wiki/Red%E2%80%93black_tree
  • https://en.wikipedia.org/wiki/Merkle_tree
  • https://github.com/ipld/js-dag-json

FAQs

Package last updated on 26 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts