DIG Network L2 protocol types extending Chia's wire protocol (opcodes 200+)
-
Updated
Jul 4, 2026 - Rust
DIG Network L2 protocol types extending Chia's wire protocol (opcodes 200+)
DIG Kademlia DHT — a distributed hash table mapping content (store_id / capsule / .dig identity) to the peer_ids of nodes holding it, so a DIG Node can locate which peers have the content it wants and fetch it over the L7 peer RPC.
npm create dig-app — scaffold a wallet-wired, deployable DIG Network app (free, no mint).
DIG multi-source download orchestrator — uses dig-dht to locate nodes holding content, then streams it into the node from MULTIPLE peers simultaneously (byte-range fan-out over the L7 peer RPC), with integrity verification, interruption tolerance, pause + resume.
Encrypted key storage for DIG Network — AES-256-GCM + Argon2id + BLS12-381.
DIG Relay — NAT-traversal rendezvous + circuit relay so DIG Nodes establish peer connections across NAT. Default: relay.dig.net.
DIG Peer Exchange (PEX) — a well-defined, delta-based peer-exchange protocol (in the spirit of BitTorrent's PEX) used by the dig-relay introducer and between DIG Nodes to share known peers over existing mTLS connections: periodic added/dropped deltas, capped message sizes, no flooding.
Persistent block storage for the DIG L2 network
A Git-shaped, encrypted, content-addressable store that compiles to a single self-defending WebAssembly module.
Universal DIG installer — installs the digstore CLI and (optionally) the dig-node service
Add a description, image, and links to the dig-blockchain topic page so that developers can more easily learn about it.
To associate your repository with the dig-blockchain topic, visit your repo's landing page and select "manage topics."