walletconnect-expo-example
A simple example on how to get WalletConnect to authenticate wallets in the Expo Go app.
File Explorer
Download Latest Version (.zip)- assets.json
- SpaceMono-Regular.ttf
- walletconnect-expo-demo.gif
- adaptive-icon.png
- favicon.png
- icon.png
- splash.png
- StyledText-test.js
- EditScreenInfo.tsx
- StyledText.tsx
- Themed.tsx
- Colors.ts
- Layout.ts
- useCachedResources.ts
- useColorScheme.ts
- index.tsx
- LinkingConfiguration.ts
- ModalScreen.tsx
- NotFoundScreen.tsx
- TabOneScreen.tsx
- TabTwoScreen.tsx
- .gitignore
- app.config.ts
- App.tsx
- babel.config.js
- global.ts
- index.js
- metro.config.js
- package.json
- README.md
- tsconfig.json
- types.tsx
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/clxyder/walletconnect-expo-example
Downloads the entire project code from GitHub to your computer.
cd walletconnect-expo-example
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
