New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

@owlprotocol/ipfs-trees

  • 0.1.7
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc