Skip to content
View ORDNET's full-sized avatar

Block or report ORDNET

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ORDNET/README.md

ORDnet · ODNCA

Names, mail, payments and websites — natively on-chain. ORDnet builds Web3 infrastructure on BSV around the SNS naming protocol (name.tld, 1Sat-ordinals based, ~650,000 names indexed). ODNCA — the ORDnet Decentralized Names Coordination Authority — stewards the open standards and commits the full name state to the chain daily as a merkle root, so nobody has to trust an indexer: don't trust us — recompute us.

The map

Standards & proofs (MIT)ODNCA-standards — the 12-document library: name format (SNS-NAME-1), resolution, commitments, policies · ODNCA-verify — offline certificate/proof verifier + the reference commitment pipeline and frozen ruleset (sha256-anchored in every on-chain commit)

Resolve & integrate (MIT)ORDnet-SNS-Merkle-Resolver — run a trustless resolver: merkle proof in every answer · ORDnet-SNS-client — zero-dep client per STD-001 · ORDnet-web3names — the browser-integration module behind PR #114 · ORDnet-bsvalias-bridge — paymail wallets → SNS names, one extra line

Wallets & browser (source-available)ORDnet-Chrome-Wallet · ORDnet-Android-Wallet · ORDnet-iOS-Wallet — one byte-identical crypto engine across all three · ORDnet-Web3-Browser — the single-file browser that also lives on-chain as ordinals

Agents & payments (MIT)ORDnet-MCP-Server — 43 tools for AI agents: inscriptions, .web3 domains, BRC-100 · ORDnet-CLAWD — the agent skill (clawd.ordnet.io) · ORDnet-x402 — HTTP 402 micropayments in native sats · ORDnet-Swap — self-hostable DOGE/LTC → BSV on-ramp

Everything here is verifiable against the chain. Start at odnca.org/transparency.

Pinned Loading

  1. ODNCA-standardsODNCA-standardsPublic

    The adopted standards, policies, and governance documents of ODNCA — the ORDnet Decentralized Names Coordination Authority: the coordination layer for on-chain naming (SNS and related protocols) on…

  2. ODNCA-verifyODNCA-verifyPublic

    Offline verification tooling for ODNCA Certificates of Ownership: prove that a web3 name (`earthlog.web3`) was held by a given wallet at a committed block height, against a merkle root anchored on …

    JavaScript

  3. ORDnet-Chrome-WalletORDnet-Chrome-WalletPublic

    Chrome extension for the on-chain web: browse `.web3` domains, hold and send BSV, manage SNS/OpNS names and BSVmaps on 1Sat Ordinals, inscribe files, read your on-chain mail and files, and connect …

    JavaScript

  4. ORDnet-MCP-ServerORDnet-MCP-ServerPublic

    MCP server that lets AI agents create permanent Web3 content on BSV: 43 tools for inscriptions, .web3 domains, payments and BRC-100 identity.

    JavaScript

  5. ORDnet-SNS-Merkle-ResolverORDnet-SNS-Merkle-ResolverPublic

    An SNS web3-name resolver without a trusted operator: every answer carries a merkle proof to the on-chain committed root. No keys, no indexer, zero dependencies — anyone can run it.

    JavaScript

  6. ORDnet-web3namesORDnet-web3namesPublic

    Verified on-chain name resolution for browsers and wallets: type `earthlog.web3` (or pay `info@earthlog.web3`) and land on the name's on-chain site — with every answer independently verified, never…

    TypeScript