A Flutter application that demonstrates the wallet functionality of a crypto wallet app. The app performs various wallet-related operations by integrating with APIs. Link to full documentation - Docs
- wallet creation
- balance transfer
- balance retrieval
- airdrop requests.
NOTE: Flutter should be pre-installed (Version 3.22)
- Clone the repository
git clone https://github.com/TeeWrath/social-verse-solana.git
- Change directory
cd social-verse-solana
- Update packages
flutter pub get
- Run the project
flutter run