Vexl is a mobile app giving its users a simple, accessible and safe way to trade bitcoin as it was intended - peer-to-peer and without KYC.
The app lives in apps/mobile
directory. All following instructions should be ran in that repository.
To run the app, you need to setup env file. Create .env
file with following content (make sure to provide google maps api keys as described here):
ANDROID_MAP_API_KEY=
IOS_MAP_API_KEY=
SENTRY_DISABLE_AUTO_UPLOAD=true
ENV_PRESET=prod
To run the app in dev mode run following commands
yarn
yarn expo prebuild --clean
yarn expo run:ios ## for ios
yarn expo run:android ## for android
See this guide for details.
This project is tested with BrowserStack.