This repository contains an example Flutter app that demonstrates the integration of the Solana Mobile Wallet Adapter (MWA) for seamless interaction with the Solana blockchain using mobile wallets. The Solana Mobile Wallet Adapter simplifies the process of connecting mobile decentralized applications (dApps) to users' preferred mobile wallets, allowing them to manage assets and interact with dApps securely.
Detailed blog: https://dhruvvarshney.hashnode.dev/solana-mobile-stack-and-flutter
- Install Flutter
- Clone this repo.
- Navigate to the repo.
- While you are in the root of this repo, run
flutter pub getin terminal. - Type
flutter runin terminal. - The app would open up in the device of your choice.
Detailed blog on how to integrate solana mobile stack with flutter can be found here.
- Solana Mobile Stack
- Solana Dart package
- Libraries and packages created by expresso cash
- Flutter
- Solana Docs for understanding implementation of Solana JSON RPC API in dart packages mentioned above.