https://github.com/teewrath/social-verse-solana
A Flutter application that demonstrates the wallet functionality of a crypto wallet app - built for an assignment
https://github.com/teewrath/social-verse-solana
Last synced: over 1 year ago
JSON representation
A Flutter application that demonstrates the wallet functionality of a crypto wallet app - built for an assignment
- Host: GitHub
- URL: https://github.com/teewrath/social-verse-solana
- Owner: TeeWrath
- Created: 2024-06-19T13:52:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T17:55:38.000Z (about 2 years ago)
- Last Synced: 2025-02-09T12:31:41.826Z (over 1 year ago)
- Language: Dart
- Homepage: https://heady-eggnog-5e0.notion.site/Solana-Social-Verse-Wallet-App-a3dddb55d4ae4f6caf9e200256f51992
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Social Verse Wallet Application
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](https://heady-eggnog-5e0.notion.site/Solana-Social-Verse-Wallet-App-a3dddb55d4ae4f6caf9e200256f51992)
### Key functionalities include :
- wallet creation
- balance transfer
- balance retrieval
- airdrop requests.
# Setup and Running Instructions
**NOTE:** Flutter should be pre-installed (Version 3.22)
1. Clone the repository
```
git clone https://github.com/TeeWrath/social-verse-solana.git
```
2. Change directory
```
cd social-verse-solana
```
3. Update packages
```
flutter pub get
```
4. Run the project
```
flutter run
```