Try the open trust layer. Live. — https://playground.testnet.verana.network
The interactive site for understanding the Verana concepts (the Verana Explained Vesta Appliances story) and trying the integrated personal and business wallets, everything running against the Verana testnet — real registry entries, real trust resolution, nothing simulated.
Built to the spec in
verana-labs/verana-spec → playground/:
site spec, wallet-integration guidelines, and the Verana Explained story.
app/ Next.js 15 (App Router) + Tailwind v4, verana.io design language
page.tsx Home: What is Verana · Learn (Vesta story cards) · Personal wallets · Business wallets
explained/ Verana Explained (the Vesta Appliances story, one page per chapter)
personal-wallets/[slug]/ Per-personal-wallet playground (identical template, spec §4)
business-wallets/[slug]/ Per-business-wallet playground (identical template, spec §5)
integrate/ Add your wallet (guidelines + PR process)
integrations/ The integration registry: one folder per wallet with integration.yaml
(submitted by PR — this is how a wallet gets listed and gets its page)
- Integrate per the guideline for your wallet kind: personal wallets · business wallets.
- Record the acceptance loop (the ISO Certification loop).
- Open a PR adding
integrations/<your-slug>/integration.yaml(see existing entries for the format). Requirements: OSI license; the wallet is obtainable from its tile (mobile: direct APK; web/cloud: URL).
npm install
npm run dev # http://localhost:3000
npm run build # production build (standalone output)- Demo services (v3 examples; dedicated Vesta cast pending):
verana-labs/verana-demos - Trust Resolver:
https://resolver.testnet.verana.network/docs - Network frontend:
https://app.testnet.verana.network
Code Apache-2.0 (see LICENSE). Site content CC BY-SA 4.0.