Wallet Playground
This example is the front-end interface for the Crypto.com Wallet Playground, built using React, Vite, and TypeScript. It provides a simple UI to create wallets using the official Crypto.com Developer Platform SDK.
Features
Simple wallet creation using the Crypto.com Developer SDK
Displays:
Wallet address
Private key
Mnemonic phrase
Clean, dark-themed UI with styled components

Installation
Navigate to the app folder and install dependencies:
Environment Variables
This example uses a client-side SDK and may require an API key. You can initialize the SDK inside your app (src/app/Wallet/index.tsx) code like so:
Usage
To run the app in development mode:
Open your browser at http://localhost:5173.
Build
To generate a production-ready build:
To preview the build:
Demo Video
Last updated
Was this helpful?