/Crypto-Wallet

Crypto Wallet is an app to centralize all of your crypto finances in an unique place.

Primary LanguageDart

Crypto Wallet

Topics 📋


About 📖

Crypto Wallet is an app to centralize all of your crypto finances in an unique place.

The first version of the app will work with BTC, ETH, ADA, XRP, DOGE, BNB, DOT and SOL. It will allow you to save your buy/sell trades in Dollar and view the balance of your cryptos separately or all consolidated in a dashboard.

I'm using CoinGecko API to get the crypto currencies.

This project has been develop for personal use at first moment, but feel free to contribute with ideas or code. Maybe one day this could be at the stores.


How to use🤔

- Clone this repository:
$ git clone https://github.com/lucas-242/Crypto-Wallet.git

- Enter in the directory:
$ cd Crypto-Wallet

- Create the file apikey.properties with ADMOB_APPID test key:
$ echo ADMOB_APPID = "ca-app-pub-3940256099942544~3347511713" > apikey.properties

- Create the file keys.dart with ad mob units test keys:
$ echo "const admob_unit_trade_operation_dev = 'ca-app-pub-3940256099942544/1033173712';" > lib/shared/core/keys.dart

- Install the dependencies:
$ flutter pub get

- Run the app: 
$ flutter run