A complete guide for using the Rust WalletConnect API for the Qubic blockchain.
👉 WALLET_CONNECT_QUICKSTART.md - get your first connection in ~5 minutes
👉 WALLET_CONNECT_API.md - full API documentation with examples
👉 README_WALLET_CONNECT.md - project-level readme (features, installation, examples)
File: WALLET_CONNECT_QUICKSTART.md
Includes:
- Project ID setup
- installation
- minimal Rust example
- browser/WASM notes
- debugging tips
File: WALLET_CONNECT_API.md
Includes:
- installation
- Rust & WASM usage
- API reference
- examples
- TypeScript interop notes
File: README_WALLET_CONNECT.md
Includes:
- project highlights
- setup
- structure
- security notes
- TypeScript comparison
File: src/wallet_connect/README.md
Includes:
- module structure
- key components
- architecture overview
- testing guidance
- contribution notes
File: WALLET_CONNECT_SUMMARY.md
Includes:
- work completed
- stats
- key characteristics
- next steps
File: WALLET_CONNECT_REPORT.md
Includes:
- task description
- deliverables
- conclusions
examples/wallet_connect_basic.rs- basic connection flowexamples/wallet_connect_transaction.rs- building/sending transactionsexamples/wallet_connect_events.rs- event handling
- Read
WALLET_CONNECT_QUICKSTART.md - Run
cargo run --example wallet_connect_basic - Integrate the same flow into your app
- Read the WASM section in
WALLET_CONNECT_API.md - Build:
wasm-pack build --target web - Use
WalletConnectClientfrom JavaScript and render the URI as a QR
- Read
src/wallet_connect/README.md - Inspect
src/wallet_connect/*
- Read
src/wallet_connect/README.md→ “Contributing” - Follow existing code style and module structure
- WalletConnect Project ID obtained
- Rust installed (1.70+)
- Read
WALLET_CONNECT_QUICKSTART.md - Ran
cargo run --example wallet_connect_basic - Connected a wallet successfully
- WalletConnect Cloud: https://cloud.walletconnect.com/
- WalletConnect docs: https://docs.walletconnect.com/
- Reown docs: https://docs.reown.com/
- wasm-pack: https://rustwasm.github.io/wasm-pack/
- cargo: https://doc.rust-lang.org/cargo/
Project: SCAPI - WalletConnect API for Qubic
Version: 0.1.0
Updated: 2025-11-01