Testing
Endpoints
| Network | URL |
|---|---|
| Testnet | https://light.zcash.me/zns-testnet |
| Mainnet (beta) | https://light.zcash.me/zns-mainnet-test |
| Local | http://127.0.0.1:3000 |
Smoke test
curl -sX POST https://light.zcash.me/zns-testnet \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"status","params":{}}'Wallet checklist
resolve("alice")returns a result withaddress,txid,height,nonce,last_actionresolve("definitelynotregistered")returnsnull, not an errorresolve(unifiedAddress)returns an array (possibly empty)isValidName("Alice"),isValidName("my-name"),isValidName("a".repeat(70))all returnfalse- Closed port throws
ZNSErrorwithErrorType.HttpError - Wrong UIVK throws
ZNSErrorwithErrorType.UivkMismatchbefore any resolve
Explorer checklist
eventswithsince_heightstreams correctly (filter is strict>, not>=)- All seven action verbs render:
CLAIM UPDATE LIST DELIST BUY RELEASE SETPRICE SETPRICEevents have an emptynamefieldresolve(address)returns an array; empty array is the normal no-names case
Local indexer
See Running an Indexer. Binds to http://127.0.0.1:3000 by default.
Last updated on