callstack / web3-react-native-dapp-viem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web3-react-native-dapp-viem

This repository showcases how to build a modern web3 dApp with React Native, viem and WalletConnectModal

Requirements

  • Expo environment setup (Node.js, Git, Watchman)
  • A Wallet Connect Cloud project ID
  • Expo Go app installed in your smartphone
  • One or more web3 wallets installed in your smartphone (e.g. MetaMask, Rainbow Wallet, Trust Wallet, etc)

How to run

  • In App.tsx fill in projectId="..." with your Wallet Connect Cloud project ID
  • npm start
  • Open Expo Go app in your smartphone
  • If your smartphone is in the same network as your computer, the local dev server should appear as the first option. If it doesn't, use the app to scan the QR Code presented in the terminal

About


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%