Welcome to the Solana Wallet Proof of Concept (PoC) Flutter app! This app serves as a showcase for creating a Solana wallet and connecting to the development, test, and main networks. You can also check your wallet balance through this application.
To get started with this Flutter project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/femidof/solana_wallet_pof.git
-
Navigate to the project directory:
cd solana_wallet_pof
-
Install dependencies
flutter pub get
-
Run the app on an emulator or physical device:
flutter run
-
Create a Solana wallet
-
Connect to the development, test, and main networks
-
Check wallet balance
-
Solana Wallet Creation: Explore the process of creating a Solana wallet within the Flutter app.
-
Network Connectivity: Connect seamlessly to development, test, and main networks for Solana interactions.
-
Wallet Balance Check: View your Solana wallet balance directly from the app.
If you'd like to contribute to this project, feel free to open an issue or create a pull request. We welcome any improvements, bug fixes, or new features.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Flutter community for the amazing framework
- Solana team for providing a robust blockchain platform
Happy coding!