An open API service indexing awesome lists of open source software.

https://github.com/medmes/simpleblockchainexample

This is a sample of how we can create a blockchain implementation.
https://github.com/medmes/simpleblockchainexample

blockchain example java quickstart

Last synced: 9 months ago
JSON representation

This is a sample of how we can create a blockchain implementation.

Awesome Lists containing this project

README

          

# Simple BlockChain java sample
This example demonstrate a simple blockchain implimentation in Java.

## Quick Start
You can clone the project on your machine by cloning from:
```bash
git clone git@github.com:medmes/simpleblockchainexample.git
```
Just run the main class (init class).