Table of Contents
Comet is the cross-platform cryptocurrency wallet built with Flutter.
Frameworks/libraries used to this project:
- Dart
- Flutter
- Solidity
- Web3Dart
- API
To get a local copy up and run these simple steps.
The list things you need to use the application and how to install them.
- Flutter SDK
- Android Studio
- Android toolchain
- RPC Url (Alchemy, Ouicknode)
-
Clone the repo
git clone https://github.com/subrotokumar/comet.git
-
Move to project folder
ch comet
-
Install packages and dependencies:
flutter pub get
-
Set Api key / RPC Url in
comet/utils/credential.dart
String get polygonscanApi => ''; String get etherscanApi => ''; String get mainnetRPC => ''; String get mumbaiRPC => ''; String get polygonRRC => ''; String get goerliRPC => '';
-
Run application locally in debug/release mode
flutter run --debug
or
flutter run --release
- Polygon and Mumbai support
- NFT section
- Portfolio generator
- Live Market Feed
- Add network feature for other evm-based chain.
- Ability to interect with nfts
- Creation of more account from same recovery phase
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FeatureName
) - Commit your Changes (
git commit -m 'Added FeatureName'
) - Push to the Branch (
git push origin feature/FeatureName
) - Open a Pull Request
Subroto Kumar
- Twitter: @isubrotokumar
- subrotokumar@outlook.in
Project Link: https://github.com/subrotokumar/comet
CoinGecko ∘ Etherscan ∘ QuickNode ∘ Alchemy ∘ FlatIcon ∘ LottieFiles