This project is using:
- create-react-native-dapp to bootstrap the project.
- WalletConnect v1 react-native integration for authenthication (we use a slightly modiefied version, located in
./src/WalletConnect
to allow to modify theenable
function of Moralis). - react-moralis for react hooks
Check the corresponding docs for additional information and help.
- Install the expo CLI globally:
npm i -g expo-cli
- Make sure you've logged into expo-cli.
- Copy this repo
cd
into the project- Copy
.env.example
to.env
- install dependencies via
yarn install
- Web:
yarn web
- IOS:
yarn ios
- Android:
yarn android