Card A · Trial boundary
Available vs limited
- Available: full state machine, dual-signed VDC, offline reverify
- Limited: no real money, no tokens, no licensed clearing
Developer Quickstart
This guide helps you verify the NovaPanda Verifiable Delivery Claim (VDC) lifecycle in five minutes.
Card A · Trial boundary
Card B · Topology
$ curl -fS https://node.novapanda.io/health
$ curl -fS https://node.novapanda.io/.well-known/novapanda.json
$ git clone https://github.com/novapanda-protocol/novapanda.git
$ cd novapanda && python -m venv .venv && source .venv/bin/activate
$ pip install -e . && python demo/trial_remote.py
On Windows, use .\.venv\Scripts\Activate.ps1. Keys stay local — never uploaded.
Mount novapanda.* in Cursor / Codex; point at Zero Node.
Install Skill; agents propose / deliver / sign VDC per contract.
Surfaces only translate grammar — never alter VDC cryptography.
See BINDING-MCP · BINDING-SKILL · SPEC
Exchange tables and debugging live on Zero Node — not this site.
Open Zero Node →