All Projects → ubiratansoares → Blockked

ubiratansoares / Blockked

Licence: mit
Blockked - blockchain.info companion (and educational) app for Android

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Blockked

Fast Dat Parser
Superfast blockchain parser for stats
Stars: ✭ 68 (-1.45%)
Mutual labels:  blockchain, bitcoin
Blkchain
Fast import of the blockchain into PostgreSQL.
Stars: ✭ 52 (-24.64%)
Mutual labels:  blockchain, bitcoin
Pycoinbin
Python Wrapper for coinbin.org
Stars: ✭ 43 (-37.68%)
Mutual labels:  blockchain, bitcoin
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-46.38%)
Mutual labels:  blockchain, bitcoin
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (+1479.71%)
Mutual labels:  blockchain, bitcoin
Star Wars Shop
Simple project with clean architecture and android lifecycle
Stars: ✭ 37 (-46.38%)
Mutual labels:  android-app, clean-architecture
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-26.09%)
Mutual labels:  blockchain, bitcoin
Blockchain Papers
区块链相关的有价值的文献
Stars: ✭ 20 (-71.01%)
Mutual labels:  blockchain, bitcoin
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-21.74%)
Mutual labels:  blockchain, bitcoin
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-23.19%)
Mutual labels:  android-app, clean-architecture
Arcbit Android
arcbit - Android bitcoin wallet http://arcbit.io
Stars: ✭ 34 (-50.72%)
Mutual labels:  blockchain, bitcoin
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-8.7%)
Mutual labels:  blockchain, bitcoin
Blockchain Anchor
A Node.js library for anchoring data onto the Bitcoin blockchain and confirming anchored data on Bitcoin and Ethereum.
Stars: ✭ 32 (-53.62%)
Mutual labels:  blockchain, bitcoin
Bitcoinml
Bitcoin data-structures library for OCaml
Stars: ✭ 38 (-44.93%)
Mutual labels:  blockchain, bitcoin
Blockchain Py
A python imlementation of blockchain_go
Stars: ✭ 28 (-59.42%)
Mutual labels:  blockchain, bitcoin
Exonum
An extensible open-source framework for creating private/permissioned blockchain applications
Stars: ✭ 1,037 (+1402.9%)
Mutual labels:  blockchain, bitcoin
Kotlin Native Superhero App
Android and iOS master detail application for list Marvel Super Heroes
Stars: ✭ 15 (-78.26%)
Mutual labels:  android-app, clean-architecture
Bluewallet
Bitcoin thin client for iOS & Android. Built with React Native
Stars: ✭ 878 (+1172.46%)
Mutual labels:  blockchain, bitcoin
Udacity Blockchain Developer Nanodegree
The road so far on Udacity Blockchain Developer Nanodegree
Stars: ✭ 53 (-23.19%)
Mutual labels:  blockchain, bitcoin
Blockstack Browser
The Blockstack Browser
Stars: ✭ 1,119 (+1521.74%)
Mutual labels:  blockchain, bitcoin

BLOCKKED

Blockked logo

An Android companion for blockchain.info, written in Kotlin for demo purposes

Overview

This project is a simple demo for retrieving some Blockchain.info data and presenting dashboards with latest Bitcon statistics, such average prices, mempool size, hashrates and so on.

This app has support for both portrait and landscape modes, as well offline caching. This project is HEAVILY tested, and I think that it is a showcase on how we can achieve great level of confidence based on good architectural decisions.

This project is 100% written in Kotlin.

Blockked Screenshot

Knowledge Stack

This project leverages on

  • 100% powered by AndroidX (no Jetfier!)
  • RxJava2 for end-to-end reactive programming
  • Kodein for Dependency Injection
  • Kotlinx.Serialization for automatic JSON handling
  • OkHttp3 + Retrofit for networking over HTTP
  • D8/R8 for desugaring / shrinking / optmizing
  • Some custom libraries made by myself for testing
  • Fancy DSLs
  • Several tricks

Building and Running

Running from IDE

  • Ensure you have Android Studio 3.3 canary or newer

Building from CLI

To run all unit tests and build an APK, execute

./gradlew build

Running integration tests

To run acceptance tests powered by Instrumentation + Espresso, execute

./gradlew connectedCheck

Credits

Special thanks for

LICENSE

The MIT License (MIT)

Copyright (c) 2018 Ubiratan Soares

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].