# Zond Web3 Wallet dApp Example

> A React and TypeScript example dApp for discovering and connecting to the Zond Web3 Wallet and other EIP-6963 browser wallets, exercising wallet and Zond JSON-RPC methods, and inspecting responses or errors.

- Canonical page: [Zond Web3 Wallet dApp Example](https://www.qrlecosystem.com/projects/zond-web3-wallet-dapp-example/)
- Status: Beta
- Type: Tooling (`tooling`)
- Primary category: Developer experience (`developer-experience`)
- Capabilities: Contract templates, Wallet connectors
- QRL relationship: Native
- QRL support: QRL 2.0
- Publisher: [The QRL](https://www.qrlecosystem.com/publishers/the-qrl/index.html.md)
- Source availability: Full
- Listed: 2026-08-17
- Data updated: 2026-08-17
- Search keywords: dapp, wallet, eip-6963, json-rpc, typescript, testing

## Project links

- [Website](https://github.com/theQRL/zond-web3-wallet-dapp-example)


## Repositories

- [Tooling repository](https://github.com/theQRL/zond-web3-wallet-dapp-example) — license: MIT


## Overview

Zond Web3 Wallet dApp Example is an open-source React and TypeScript sample
application from The QRL. It demonstrates how a browser dApp can discover
EIP-6963-compatible wallets, connect to the Zond Web3 Wallet extension, and
interact with its provider.

The interface lists wallet methods, exposes example requests for wallet and
Zond JSON-RPC APIs, and displays successful responses or errors. Developers
can run the Vite application locally as a reference when building QRL 2.0
wallet integrations.

## Features

- EIP-6963 discovery and connection for compatible browser wallets
- Selected wallet, account, UUID, and reverse-DNS details
- Interactive restricted and unrestricted JSON-RPC method examples
- Wallet response and error inspection

