Sign Up | First Login |
---|---|
Enable 2FA | 2FA Login |
---|---|
Export Priv Key | Receive |
---|---|
- NodeJs
- Android/IOS emulator
- Install Expo in the emulator
- Backend .net core Web API
- fork the repository
- git clone
https://github.com/{{username}}/wallet-react-native.git
- go to
wallet-react-native
directory - run
npm install
to install the dependencies - follow one of the following steps
** before this make sure ports 19000 and 19001 are open
- run
npm install -g exp
to install exp globally - run
exp start --ios
orexp start --android
to open the app in Expo on a connected device/emulator
- download and install Expo XDE from
https://expo.io/
- open the project in Expo XDE
- click on
Device
and selectOpen on Device
will open the app on a connected device/emulator