All tags
Catalogue tag

#dig

Every repository in the public record carrying this tag — from its GitHub topics or the keywords its package registries publish. Health is measured under the same versioned methodology as the rest of the record.

24 records
Tagged “dig”Ranked by health index
crates.io · PyPI
69Goodhealth index
TheZacillac/seer
A multi-interface domain name utility tool for querying domain registration information, DNS records, and network data.
Rust★ 4↓ 781/moJul 29, 2026
MITJul 29, 2026 · metrics 2.10.0
crates.io
67Goodhealth index
DIG-Network/dig-peer-protocol
DIG Network L2 protocol types extending Chia's wire protocol (opcodes 200+)
Rust★ 0↓ 2,433/moSep 7, 2026
No licenseSep 7, 2026 · metrics 2.10.0
crates.io
65Goodhealth index
DIG-Network/dig-ipc-protocol
Canonical dig-node<->dig-app IPC contract for the DIG Network — control.session.* handshake, DIGNET-SESSION-v1 challenge + DIGNET-SIGN-v1 callback builders, per-user pipe/UDS transport contract, frame bounds, session error taxonomy. Pure leaf; consumers = dig-app + dig-node (de-dup session.rs).
Rust★ 0↓ 3,011/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
63Moderatehealth index
DIG-Network/dig-peer
DigPeer — the DIG Network peer client: DigPeer::connect(peer, tls) auto-handles direct-or-relay via dig-nat, typed RPC over dig-rpc-protocol, §5.4 recipient-sealed directed calls, and clean disconnect. The client mirror of dig-rpc's server.
Rust★ 0↓ 2,456/moSep 7, 2026
No licenseSep 7, 2026 · metrics 2.10.0
crates.io
62Moderatehealth index
DIG-Network/dig-did
The canonical base DID-expert crate for the DIG Network: exhaustive Chia DID lifecycle spend-builders (create/update/recover/transfer/launch-singleton-from-DID/melt) built on chia-wallet-sdk. Pure SpendBundle-only library — never broadcasts, never holds keys; the consumer signs + pushes.
Rust★ 0↓ 2,069/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
62Moderatehealth index
DIG-Network/dig-ip
Canonical DIG address-family discovery + IPv6-first happy-eyeballs (RFC 8305) dial: local stack detection + family-tagged peer candidates + the local∩peer intersection dial order that never mis-dials a family the host or peer lacks. Centralizes §5.2. (#1020)
Rust★ 0↓ 2,768/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
npm
62Moderatehealth index
DIG-Network/dig-sdk
@dignetwork/dig-sdk — the typed front door for building dapps on the DIG Network: a Chia wallet abstraction (ChiaProvider: injected window.chia → WalletConnect/Sage) plus DigClient read-crypto (verify + decrypt content by URN) and the canonical CHIP-0035 spend builder, in ESM + CJS + .d.ts.
TypeScript · JavaScript★ 0↓ 890/moSep 13, 2026
MITSep 13, 2026 · metrics 2.10.0
crates.io
62Moderatehealth index
DIG-Network/dig-store
DIG DataLayer store manager — on-chain (dig-merkle) + off-chain (dig-capsule) composed
Rust★ 0↓ 2,345/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
62Moderatehealth index
DIG-Network/dig-urn-protocol
Canonical node->browser content-addressing contract for the DIG Network — dig:// URN scheme + URN->retrieval-key derivation + resolution interface + browser content-verification (merkle proof + chain-anchored root, gate-then-decrypt, fail-closed). Pure leaf; behavior = dig-urn-resolver.
Rust★ 0↓ 3,266/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
60Moderatehealth index
DIG-Network/dig-download
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.
Rust★ 0↓ 2,646/moSep 7, 2026
No licenseSep 7, 2026 · metrics 2.10.0
crates.io
60Moderatehealth index
DIG-Network/dig-peer-selector
DIG peer-selector — self-optimizing peer-selection middleware for the DIG Node: tracks network topology, learns per-peer latency/bandwidth from real download outcomes, and autonomously distributes multi-peer RPC/download requests to minimize P99 latency + avoid thundering-herd, with no user-facing knobs.
Rust★ 0↓ 2,470/moSep 7, 2026
No licenseSep 7, 2026 · metrics 2.10.0
crates.io
60Moderatehealth index
DIG-Network/dig-urn-resolver
DX package: resolve a DIG URN to its data through the protocol (node-first: dig-node if running, else rpc.dig.net). Rust crate + wasm npm pkg. First consumer: Sage wallet NFT images. #662.
Rust★ 0↓ 2,369/moSep 7, 2026
GPL-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
59Moderatehealth index
DIG-Network/dig-chainsource-interface
The DIG Network canonical ChainSource provider interface: the single pure trait + query types every Chia chain-source provider implements and every consumer depends on. Reads-only, no I/O, chia-* deps only.
Rust★ 0↓ 2,865/moAug 29, 2026
Apache-2.0Aug 29, 2026 · metrics 2.10.0
crates.io
59Moderatehealth index
DIG-Network/dig-message
Canonical generic base message protocol for the DIG Network — any peer-to-peer message (RPC, data requests, chat, email, video signaling), extensible + streaming, e2e-sealed to the recipient DID key.
Rust★ 0↓ 2,649/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
59Moderatehealth index
DIG-Network/dig-options
The DIG Network canonical Chia option-contract expert crate: a pure, key-free, network-free CoinSpend-builder for CHIP-0042 covered options (create, exercise, clawback/cancel, inspect). Never holds a key, never signs, never broadcasts.
Rust★ 0↓ 2,030/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
npm
57Moderatehealth index
DIG-Network/components
Reusable React component library for DIG Network apps (starting with BugReportButton)
TypeScript★ 0↓ 347/moSep 13, 2026
MITSep 13, 2026 · metrics 2.10.0
crates.io · npm
57Moderatehealth index
DIG-Network/dig-capsule
Canonical DIG capsule standard — the single source of truth for capsule size, format, and properties (Rust crate + wasm npm for Node.js and the browser). Expandable to alternative capsule sizes.
Rust★ 0↓ 2,332/moSep 7, 2026
GPL-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
57Moderatehealth index
DIG-Network/dig-identity
Canonical DIG decentralized-identity profile format — a Chia DID paired (via the chip35 DataLayer store description field) with a standard, extendable sparse-merkle-tree profile; each identity field at a standard slot. Format crate (Rust + wasm).
Rust★ 0↓ 2,654/moAug 30, 2026
No licenseAug 30, 2026 · metrics 2.10.0
crates.io
57Moderatehealth index
DIG-Network/dig-wallet-backend
Canonical event-driven Chia wallet backend for DIG — two export seams (engine → dig-node instance, ui → dig-app). Clean-room, chia-wallet-sdk-based. Replaces dig-l1-wallet. (#998)
Rust★ 0↓ 2,052/moAug 30, 2026
No licenseAug 30, 2026 · metrics 2.10.0
crates.io
56Moderatehealth index
DIG-Network/dig-dht
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.
Rust★ 0↓ 2,211/moSep 3, 2026
No licenseSep 3, 2026 · metrics 2.10.0
crates.io
56Moderatehealth index
DIG-Network/dig-merkle
Canonical DIG Network crate for the CHIP-0035 DataLayer coin/singleton that anchors a .dig file's merkle root on-chain: pure key-free SpendBundle builders (mint/update-root/update-ownership/oracle/melt/hydrate/walk-lineage) over chia-wallet-sdk. Never broadcasts, never holds keys; the consumer signs + pushes.
Rust★ 0↓ 2,558/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
crates.io
56Moderatehealth index
DIG-Network/dig-tls
Canonical DIG peer mTLS: the shipped public DigNetwork CA, per-peer node certs, rustls mutual-auth configs, peer_id = SHA256(SPKI DER), and the #1204 BLS-G1 cert binding.
Rust★ 0↓ 2,676/moSep 7, 2026
No licenseSep 7, 2026 · metrics 2.10.0
crates.io
54Moderatehealth index
DIG-Network/dig-offers
The DIG Network canonical Chia offers expert crate: a pure, key-free, network-free SpendBundle-builder for Chia offers (make, take, combine, cancel, summarize) over XCH/CAT/NFT. Never holds a key, never signs, never broadcasts.
Rust★ 0↓ 2,165/moSep 7, 2026
Apache-2.0Sep 7, 2026 · metrics 2.10.0
Go
48Weakhealth index
shanjunmei/dig
dig is a compile‑time code generation based DI tool for Go. It provides a more intuitive API than Wire , with native generics support , built‑in closure capture safety that Wire lacks, and is faster than Fx by eliminating runtime reflection — all with zero runtime dependencies
Go★ 46Jul 28, 2026
MITJul 28, 2026 · metrics 2.10.0