From 2085af8cb9964ae3f2784ce52f23194f9428d84b Mon Sep 17 00:00:00 2001 From: BowStar <35192022+BowStar@users.noreply.github.com> Date: Tue, 29 May 2018 12:10:05 +0200 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa4bb7c..5fc0360 100644 --- a/README.md +++ b/README.md @@ -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)