An open API service indexing awesome lists of open source software.

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

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
```