BitcoinChecker
Bitcoin Checker data module (v2)
File Explorer
Download Latest Version (.zip)- gradle.yml
- MarketsConfig.kt
- MarketParseException.kt
- CurrenciesSubunits.kt
- Currency.kt
- CurrencyPairsMap.kt
- CurrencySymbols.kt
- VirtualCurrency.kt
- MarketExample.kt
- SimpleMarket.kt
- AscendEX.kt
- BigONE.kt
- Binance.kt
- BinanceFutures.kt
- Bit2c.kt
- BitBay.kt
- BitCambio.kt
- BitcoinCoId.kt
- BitcoinToYou.kt
- BitcoinTrade.kt
- Bitfinex.kt
- BitFlyer.kt
- Bitget.kt
- Bithumb.kt
- Bitkub.kt
- BitMart.kt
- BitMEX.kt
- BitoPro.kt
- BitpandaPro.kt
- BitPay.kt
- Bitrue.kt
- Bitso.kt
- Bitstamp.kt
- Bittrex.kt
- Bitvavo.kt
- BitX.kt
- Bkex.kt
- Bl3p.kt
- Bleutrade.kt
- BtcBox.kt
- BtcMarkets.kt
- Btcturk.kt
- BudaCom.kt
- BwCom.kt
- Bybit.kt
- BybitDerivatives.kt
- CapeCrypto.kt
- CexIO.kt
- ChileBit.kt
- Coinbase.kt
- CoinDesk.kt
- CoinEx.kt
- CoinJar.kt
- CoinJarExchange.kt
- CoinMateIO.kt
- Coinone.kt
- Coinsbit.kt
- Coinsph.kt
- CoinTiger.kt
- CoinTree.kt
- CryptoCom.kt
- CryptoMarket.kt
- Deribit.kt
- Exbitron.kt
- Exmo.kt
- Foxbit.kt
- Ftx.kt
- FtxFutures.kt
- GateIo.kt
- Gemini.kt
- HitBtc.kt
- Hotbit.kt
- Huobi.kt
- HuobiFutures.kt
- IndependentReserve.kt
- Indodax.kt
- ItBit.kt
- Koinim.kt
- Korbit.kt
- Kraken.kt
- Kucoin.kt
- Kuna.kt
- Latoken.kt
- Liquid.kt
- LiteBit.kt
- LocalBitcoins.kt
- Lykke.kt
- Mercado.kt
- Mexc.kt
- OceanEx.kt
- Okcoin.kt
- Okex.kt
- OkexFutures.kt
- Orionx.kt
- Paribu.kt
- Paymium.kt
- Pdax.kt
- Phemex.kt
- Poloniex.kt
- ProBit.kt
- Ripio.kt
- SafeTrade.kt
- SatoshiTango.kt
- Stex.kt
- SurBitcoin.kt
- TheRock.kt
- Tokocrypto.kt
- Txbit.kt
- UniswapV2.kt
- UnknownMarket.kt
- Upbit.kt
- Uphold.kt
- VBtc.kt
- WazirX.kt
- Woo.kt
- XTCom.kt
- YoBit.kt
- CheckerInfo.kt
- CurrencyPairInfo.kt
- CurrencyPairsListWithDate.kt
- CurrencySubunit.kt
- CurrencySubunitsMap.kt
- FuturesContractType.kt
- Market.kt
- PostRequestInfo.kt
- Ticker.kt
- CurrencyPairsMapHelper.kt
- CurrencyUtils.kt
- FormatUtilsBase.kt
- JsonUtils.kt
- MarketsConfigUtils.kt
- ParseUtils.kt
- TimeUtils.kt
- market_cautions.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- README.md
- 1.json
- MarketEntity.kt
- MarketPairEntity.kt
- MarketWithPairs.kt
- MarketDao.kt
- MarketDatabase.kt
- MyMarketLocalDataSource.kt
- Calls.kt
- HttpLoggerImpl.kt
- MyMarketRemoteDataSource.kt
- HttpLogger.kt
- MyMarketRepository.kt
- MyMarketRepositoryImpl.kt
- TickerImpl.kt
- LocalDataModule.kt
- MarketModule.kt
- RemoteDataModule.kt
- DatabaseError.kt
- HttpMarketError.kt
- MarketError.kt
- NetworkError.kt
- ParseError.kt
- TimeoutError.kt
- UnknownMarketError.kt
- UserFriendlyMarketError.kt
- MarketTickerResult.kt
- MyMarket.kt
- MyMarketPairsInfo.kt
- ComboBox.kt
- LogBox.kt
- Scrollbar.kt
- Ticker.kt
- ErrorScreen.kt
- LoadingScreen.kt
- MarketPairsUpdateState.kt
- MarketTestScreen.kt
- MarketTestScreenViewState.kt
- MarketTestViewModel.kt
- SyncPairsDialog.kt
- MyAppNavHost.kt
- ScreenRoute.kt
- Color.kt
- Shape.kt
- Theme.kt
- Typography.kt
- MainActivity.kt
- MyApplication.kt
- ic_error.xml
- ic_launcher_foreground.xml
- ic_no_connection.xml
- ic_launcher.xml
- colors.xml
- ic_launcher_background.xml
- strings.xml
- themes.xml
- backup_rules.xml
- data_extraction_rules.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- README.md
- app_screenshot.png
- development.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- long_description.txt
- short_description.txt
- plurals.xml
- strings.xml
- long_description.txt
- short_description.txt
- plurals.xml
- strings.xml
- long_description.txt
- short_description.txt
- plurals.xml
- strings.xml
- README.md
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/aneonex/BitcoinChecker
Downloads the entire project code from GitHub to your computer.
cd BitcoinChecker
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
