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.
- Host: GitHub
- URL: https://github.com/medmes/simpleblockchainexample
- Owner: medmes
- Created: 2018-02-28T11:16:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T11:48:01.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T11:16:04.213Z (11 months ago)
- Topics: blockchain, example, java, quickstart
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).