Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JoinSEEDS/seeds_light_wallet
https://github.com/JoinSEEDS/seeds_light_wallet
cryptocurrency dao eos flutter telos
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/JoinSEEDS/seeds_light_wallet
- Owner: JoinSEEDS
- License: mit
- Created: 2019-12-21T03:10:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:08:06.000Z (about 2 months ago)
- Last Synced: 2024-10-24T22:19:24.226Z (about 2 months ago)
- Topics: cryptocurrency, dao, eos, flutter, telos
- Language: Dart
- Homepage: http://www.joinseeds.earth/
- Size: 25.8 MB
- Stars: 45
- Watchers: 10
- Forks: 23
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Light Wallet - based Cryptocurrency Wallet & Ecosystem Explorer by [SEEDS](https://joinseeds.com) (Uncategorized / Uncategorized)
README
# seeds_light_wallet
Opensource Wallet & Explorer by joinseeds.com
A payment platform and financial ecosystem to empower humanity and heal our planet
## Getting Started
```
git clone [email protected]:JoinSEEDS/seeds_light_wallet.git
cd seeds_light_wallet
flutter pub get
flutter run
```
## Code Rules
- Set line length to 120 in your editor
- Most other rules are definied in the flutter linter file.## Build
### Build for Android
Create an app bundle and upload to Google Play
```flutter build appbundle```
### Build for iOS
For iOS App store release, we build with XCode - but before running the XCode build, we need to run the flutter build for iOS.
1 - Build for iOS flutter
```flutter build ios```2 - Build with XCode for App store distrubution as usual