For Developers
Integrate identity into your dApp
One API call. No backend required. Works with any wallet on Rialo.
Quick Start
SDK source is in the /sdk folder. If you publish it as rialink-sdk, this snippet works as-is. The default SDK base URL is https://rialink-two.vercel.app.
Live API Playground
Test real endpoints with a wallet address and inspect the exact JSON response.
Verify Response
{
"hint": "Run verify to see response"
}Policy Check Response
{
"hint": "Run policy check to see response"
}Gate access with policy checks
Use Cases
Access Gating
Gate airdrops, communities, and feature access to verified wallets in one call.
Sybil Resistance
Reduce multi-wallet farming by requiring signed, replay-resistant identity proofs.
Verified Badges
Show public proof-backed badges on profiles, dashboards, and contributor pages.
Bot Filtering
Reject low-trust or unverifiable wallets before they spam forms and APIs.
API Reference
Rialo Integration
This API currently runs on Vercel infrastructure. When Rialo devnet launches, all proof storage and verification will move on-chain - making every proof permanent, auditable, and trustless. No API changes will be required for integrators.