Vencura

Introduction

Vencura Wallet — custodial wallet platform for Web3. The Venmo of wallets.

Vencura Wallet is a custodial wallet platform for Web3. Authenticated users create wallets on the backend; all operations (balance, sign, send) run via API. No private keys leave the server.

Features

  • Custodial wallet API — getBalance, signMessage, sendTransaction — all via backend
  • Dynamic auth — Magic link, OAuth, Web3 sign-in, API keys
  • Encrypted keys at rest — AES-256-GCM; never logged or exposed
  • Basic UI — Web dashboard and Expo mobile app
  • Portable architecture — Run on VPS, AWS, Vercel, or local
  • Type-safe SDKs — Generated from OpenAPI for web, mobile, CLI

Explore the docs

🔐

Vencura Wallet

Product overview, custodial wallet API, security model, and architecture.

🏗️

Architecture

Monorepo structure, API architecture and OpenAPI based SDK generation.

Development

TypeScript-first workflow, tooling, and AI-assisted development.

📦

Packages

Shared packages for API clients, hooks, UI, observability, and utilities.

🚀

Deployment

Portability and migration paths across hosting providers.

On this page