Simplifying IT
for a complex world.
Platform partnerships
- AWS
- Google Cloud
- Microsoft
- Salesforce
Launch identity-powered experiences faster than ever. ShareRing Me gives your team built-in verification, secure data sharing and digital wallet capabilities, so you can focus on building great products.
A Me Module is a web-based mini-app that runs inside the ShareRing Me app. It connects your product to verified identity, wallet and credential data through a privacy-first event protocol, without ever touching the user's raw data.
Every ShareRing Me user has been identity verified against ISO 27001 standards. You do not rebuild KYC, AML or age checks. You inherit them.
Your module never sees a document scan or a raw PII field. You receive only the proof or the value the user has approved to share.
Payments, signing, NFTs, Apple Wallet and Google Wallet passes are already wired in. Call the event you need.
Read verified documents, email and avatar. Add new documents. Run verification queries through ShareRing Link.
Read accounts and balances. Sign and broadcast transactions on ShareLedger. Swap to Ethereum or BSC accounts for multi-chain flows.
Encrypt, decrypt, sign and verify using the user's keys through the @sharering/signification package.
Add, view and remove Apple Wallet and Google Wallet passes so credentials can live in the native OS wallet.
Move between in-app screens, open other Me Modules, read device and app info, copy to clipboard, open the system browser.
List the user's NFTs for ticketing, membership and access use cases.
Use postMessage to request identity data, wallet operations, and crypto primitives from inside your module.
// 1. Request verified identity fields
window.ReactNativeWebView.postMessage(JSON.stringify({
type: 'GET_VAULT_DATA',
payload: { fields: ['email', 'firstName', 'lastName'] }
}));
// 2. Handle the response
window.addEventListener('message', (event) => {
const data = JSON.parse(event.data);
if (data.type === 'VAULT_DATA_RESPONSE') {
console.log('Verified:', data.payload);
}
});
20+ event types across vault, wallet, crypto, and passes.
Me Modules have already powered live deployments across age assurance, travel, banking, hospitality, investor KYC and Web3. Pick a pattern and start there.
Verify a user is 18+ without exposing their date of birth. Works for retail, gambling, alcohol, adult content and regulated storefronts.
Read case studyIssue and verify travel credentials on-chain so border and airline systems can validate a traveller in seconds.
Read case studyReusable KYC for banks. Customers bring verified identity with them and open an account in minutes, not days.
Read case studyPre-verify guests before arrival, skip the front-desk queue and unlock VIP tiers based on trusted identity.
Read case studyVerify sophisticated and accredited investors, share credentials across platforms, and stay audit-ready.
Read case studyGate wallets, airdrops and token-gated experiences with verified humans, not bots. Privacy-preserving by default.
Read case studyNot a roadmap item. These are shipping inside ShareRing Me right now, alongside the wallet and the vault.
Submit a transcript request from inside the app. Powered by PromptPost.
Claim your competition SHR rewards and stake them on a validator.
Buy and sell SHR easily in the ShareRing app, with Banxa integration.
Publish through ShareRing and your module appears beside these, with no app-store review cycle.
Get a walkthrough from our team, or jump straight into the developer docs.