A web3 chat app built with react native
web3-chat-app-react-native
This project is a fork of Ethereum React Native Boilerplate and shows how you can easily create your own Web3 Etherium Mobile Chat App using Moralis.
Chat Screen | WalletConnect Authentication |
---|---|
Star us
⭐️ If this boilerplate helps you build Ethereum mobile dapps faster – please star this project, every star makes us very happy!
Need help?
? If you have any questions or need assistance running this project, please post them in our forum. Forum link. Our extremely active community is always willing to assist!.
? Quick Start
? Clone or fork web3-chat-app-react-native
:
https://github.com/ethereum-boilerplate/web3-chat-app-react-native.git
✏ Rename .env.example
to .env
in the main folder and provide your appId
and serverUrl
from Moralis (How to start Moralis Server)
Example:
REACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
REACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server
? Install all dependencies:
cd web3-chat-app-react-native
yarn install
?♂️ Run your App:
- IOS:
yarn ios
for emulator Make sure you have Xcode or atleast Xcode command line tools installed- For physical IOS Device: Open the moraliscreatereactnativedapp.xcworkspace from ios folder in Xcode. Run the App by choosing your connected physical device.
- Android:
- Command
yarn start
- Open
android
folder from source code in Android Studio. Click “Run app” button to open either emulator or physical device. To see if devices are available, run commandadb devices
in your terminal
- Command