Giter Club home page Giter Club logo

androidblockchain's Introduction

AndroidBlockchain

Very basic Blockchain library implementing approaches used by Bitcoin blockchain (see https://bitcoin.org/en/developer-guide#block-chain). The Blockchain offers and basic implementation to create basic Transactions, add them to Blocks and create a whole BlockChain offering validation of tampering and data integrity.

Blockchain

To keep the record of the Transactions inside a block, basic Merkle Tree data structures has been used (see https://bitcoin.org/en/glossary/merkle-tree)

Different basic algorithms for Mining are provided. Also, take into account that parameters for these algorithms should be adjusted for a Mobile device, as they can lead to a big CPU and battery consumption. Use Dagger injection to provide different implementations of mining algorithms.

Basic Elliptic curve algorithms has been used in order to generate Key-Pair values to provide Wallets, it is possible to replace or improve them as needed.

Technology stack:

  • Android (Kotlin and some Java)
  • JUnit, Mockito and PowerMock for testing purposes.
  • Dagger 2 to perform dependency injection
  • BouncyCastle to provide implementations of the ECDSA (Elliptic Curve Digital Signature Algorithm)

androidblockchain's People

Contributors

josemcortes avatar jkortes avatar

Watchers

James Cloos avatar

androidblockchain's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.