Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruv-varshney-developer/my_solana_dapp
https://github.com/dhruv-varshney-developer/my_solana_dapp
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhruv-varshney-developer/my_solana_dapp
- Owner: Dhruv-Varshney-developer
- Created: 2023-10-09T21:55:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T09:08:51.000Z (about 1 year ago)
- Last Synced: 2023-10-11T00:17:37.151Z (about 1 year ago)
- Language: C++
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Solana Mobile Wallet Adapter x flutter
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
## Getting started
1. Install [Flutter](https://docs.flutter.dev/get-started/install)
2. Clone this repo.
3. Navigate to the repo.
4. While you are in the root of this repo, run `flutter pub get` in terminal.
5. Type `flutter run` in terminal.
6. 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](https://dhruvvarshney.hashnode.dev/solana-mobile-stack-and-flutter).## References used in the blog
1. [Solana Mobile Stack](https://docs.solanamobile.com/)
2. [Solana Dart package](https://pub.dev/packages/solana)
3. Libraries and packages created by [expresso cash](https://github.com/espresso-cash/espresso-cash-public/tree/master)
4. [Flutter](https://docs.flutter.dev/get-started/install)
5. [Solana Docs](https://docs.solana.com/api/http) for understanding implementation of Solana JSON RPC API in dart packages mentioned above.