Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cscoderr/crypto_wallet_app
A flutter crypto wallet that works like Metamask, Trust wallet and others. It is based on ERC-20 tokens and uses flutter-bloc as state management
https://github.com/cscoderr/crypto_wallet_app
cryptocurrency cryptowallet dapp dart ethereum ethereum-dapp flutter metamask metamask-wallet trustwallet trustwalletapp wallet
Last synced: 3 months ago
JSON representation
A flutter crypto wallet that works like Metamask, Trust wallet and others. It is based on ERC-20 tokens and uses flutter-bloc as state management
- Host: GitHub
- URL: https://github.com/cscoderr/crypto_wallet_app
- Owner: cscoderr
- License: mit
- Created: 2022-04-18T01:12:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T20:22:41.000Z (12 months ago)
- Last Synced: 2024-05-28T11:11:51.863Z (5 months ago)
- Topics: cryptocurrency, cryptowallet, dapp, dart, ethereum, ethereum-dapp, flutter, metamask, metamask-wallet, trustwallet, trustwalletapp, wallet
- Language: Dart
- Homepage:
- Size: 1.63 MB
- Stars: 29
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Wallet
![coverage][coverage_badge]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]## Getting Started 🚀
This project contains 3 flavors:
- development
- staging
- productionTo run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:
```sh
# Development
$ flutter run --flavor development --target lib/main_development.dart# Staging
$ flutter run --flavor staging --target lib/main_staging.dart# Production
$ flutter run --flavor production --target lib/main_production.dart
```## 📸 Screen Shots
[coverage_badge]: coverage_badge.svg
[flutter_localizations_link]: https://api.flutter.dev/flutter/flutter_localizations/flutter_localizations-library.html
[internationalization_link]: https://flutter.dev/docs/development/accessibility-and-localization/internationalization
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli