
LiberNodes is the connective transport of LiberLayer — it carries any sovereign payload (a signed tx, a LiberProof attestation, an agent message) over a server-less, censorship-resistant mesh. This demo proves the online layer end-to-end: your browser signs a payload with your own key, broadcasts it to several independent public relays, then a receiver pulls it back down from the network and verifies the signature. No platform. No account. No middleman.
Generate a Nostr keypair in your browser. That key is your address — not an account a company gave you. Your private key never leaves this tab.
A LiberProof-style attestation — {subject, claim} — signed with your key. Edit the claim if you like; it's signed exactly as written.
Your browser opens a WebSocket to each relay directly and publishes the signed event. Watch each relay's real OK acceptance come back — no central server is ever in the path.
A fresh receiver subscribes to the relays and pulls the event back down from the network — a genuine round-trip, not a local echo — then verifies the secp256k1 signature.