@trustwallet/trust-developer

by trustwallet · v1.0.0 · prompt

Trust Wallet developer documentation. DApp integration, deep linking, token listing, WalletConnect, and Trust Wallet provider API.

Install

Add @trustwallet/trust-developer to Claude Code with the PolySkill CLI: polyskill add @trustwallet/trust-developer

Instructions

Reference for building on the Trust Wallet developer platform: deep links, browser extension detection, and WalletConnect integration. **Portal**: `developer.trustwallet.com` **Support**: `developer.trustwallet.com/developer/get-support` --- ## Deep Links Trust Wallet supports deep links for launching the app directly into specific flows. Useful for mobile dApps and marketing campaigns. ### Open a dApp inside Trust Wallet browser ``` https://link.trustwallet.com/open_url?coin_id=60&url=https%3A%2F%2Fyourdapp.com ``` - `coin_id` — SLIP44 coin ID (60 = Ethereum, 714 = BNB, 501 = Solana) - `url`…

Keywords: trustwallet, dapp, walletconnect, deep-linking, token-listing, developer