Adding my open-source Java API

I have also written a Simple Blockchain API (SBA) in Java. It is very easy to use and great for beginners. There is also an example which shows the user how to use my API to create a blockchain. I would be very grateful if you could add this API to your Build-Your-Own list.
BowStar
This commit is contained in:
BowStar 2018-05-29 12:10:05 +02:00 committed by GitHub
parent 655a45f257
commit 2085af8cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@
* [**Go**: _Code your own blockchain in less than 200 lines of Go_](https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc)
* [**Haskell**: _A simple cryptocurrency implementation, written to illustrate the basic components of a Proof-of-Work based public distributed ledger_](https://github.com/adjoint-io/nanocoin)
* [**Java**: _Creating Your First Blockchain with Java_](https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa)
* [**Java**: _A simple open-source Blockchain API written in Java_](https://github.com/BowStar/Simple-Blockchain-API-SBA)
* [**JavaScript**: _A cryptocurrency implementation in less than 1500 lines of code_](https://github.com/conradoqg/naivecoin)
* [**JavaScript**: _Build your own Blockchain in JavaScript_](https://github.com/nambrot/blockchain-in-js)
* [**JavaScript**: _Learn & Build a JavaScript Blockchain_](https://medium.com/digital-alchemy-holdings/learn-build-a-javascript-blockchain-part-1-ca61c285821e)