← DataNet landing · Public node · Route index
VOID DataNet Explorer v1
VOID_DATANET_EXPLORER_V1
This is the first single-page explorer for the live Mainnet-0 public DataNet surface. It turns the registry, challenge, manifests, object/file routes, receipts, schema index, and example pack into one navigable product page.
read-only
public routes only
no wallet
no WC award
no ledger write
no mutation
Start here
Open the registry and the known demo fixture. These are the public-safe DataNet entry points.
Open files
These are directly readable demo fixture files served by the public node.
Receipts and schemas
Receipts describe evidence. They do not automatically award Work Credits or mutate anything.
Machine checks
Copy/paste these checks from any machine with curl and Python 3.
BASE="https://zoso-alienware-aurora-r7.taila47fd.ts.net" curl -fsS "$BASE/public-node/datanet/challenge/demo003-folder-fixture-v1" | python3 -m json.tool curl -fsS "$BASE/public-node/datanet/core-receipt-example-pack-v1.json" | python3 -m json.tool curl -fsS "$BASE/public-node/datanet/core-contribution-receipt-index-v1.json" | python3 -m json.tool
What this proves
- Public DataNet routes are reachable through the live public base URL.
- Demo003 is discoverable from registry/challenge/manifest surfaces.
- Receipt surfaces exist for verification and later operator review.
- Explorer links are human-usable and agent-readable.
What this does not do
- No public POST, PUT, PATCH, or DELETE path is opened here.
- No local filesystem write is performed by this explorer.
- No Work Credit award, WC ledger write, VOID transfer, wallet send, swap, settlement, or validator mutation happens here.
Boundary record
This page is product surface, not a mutation endpoint.
marker=VOID_DATANET_EXPLORER_V1 route_marker=VOID_DATANET_EXPLORER_ROUTE_V1 public_route=true read_only=true public_mutation=false local_filesystem_write=false ledger_write=false wc_award_now=false money_movement_now=false wallet_send_now=false void_transfer_now=false wc_to_void_swap_now=false validator_mutation_now=false
VOID Network · PROTECT THE CORE · Mainnet-0 public DataNet explorer surface