vechain-react-native-dev

Installation
SKILL.md

React Native Wallet Link Skill

CRITICAL RULES

  1. Read reference files FIRST. When the user's request involves any topic in the reference table below, read those files before doing anything else — before writing code, before making decisions. Briefly mention which files you are reading so the user can confirm the skill is active (e.g., "Reading wallet link API reference...").
  2. Information priority for VeChain topics: (a) Reference files in this skill — always the primary source. (b) VeChain MCP tools — use @vechain/mcp-server for on-chain data, transaction building, and live network queries; use Kapa AI MCP for VeChain documentation lookups. (c) Web search — only as a last resort, and only for topics NOT covered in the reference files.
  3. Prefer working directly in the main conversation for VeChain tasks. Plan mode and subagents do not inherit skill context and may fall back to web search instead of using reference files.
  4. After compaction or context loss, re-read this SKILL.md to restore awareness of the reference table and operating procedure before continuing work.

Scope

Use this Skill for React Native dApp development integrating with VeWorld wallet:

  • Installing and configuring @vechain/react-native-wallet-link
  • VeWorldProvider setup with deep link handling and event callbacks
  • useVeWorldWallet hook — connect, disconnect, sign certificates, sign typed data, sign and send transactions
  • NaCl key pair generation, encrypted communication, payload decryption
  • Deep link configuration for iOS (URL schemes, universal links) and Android (intent filters)
  • State management for wallet sessions (key pair, session, address persistence)
Related skills
Installs
44
GitHub Stars
5
First Seen
Mar 11, 2026