Dip is the Porfolio Manager for Solana built with love for mobile users. While the most dApp are built for web, the mobile experience is cumbersome.
Dip is the game changer for Web3 and the beginning of an epic journey toward Mobile 3.
- Track your assets spread across those great Solana protocols
- Check health of your borrowings on Marginfi or Kamino and quickly avoid liquidations
- Stake to the validators who is about to airdrop
- Long or Short assets via trading protocols straight from the app
Stay tuned for updates!
This React Native dApp is only fully functional on Android.
- Mobile Wallet Adapter for connecting to wallets and signing transactions/messages
- web3.js for constructing transactions and an RPC
connectionclient.
|
|
|
If you haven't setup a React Native development environment for Android, you'll need to do that first. Follow the Prerequisite Setup Guide.
Follow the guide to make sure you:
- setup your Android and React Native development environment.
- have an Android device or emulator.
- install an MWA compliant wallet app on your device/emulator.
- Install dependencies
yarn installornpm install
- Launch the app on your Android device/emulator
npx react-native run-android
- Assemble app in release mode
npx react-native run-android --mode release - Deploy to dApp Store https://docs.solanamobile.com/dapp-publishing/overview
Looks like your iOS environment is not properly set: You can ignore this during template initialization and build the Android app as normal. This template is only compatible with Android.


