# Java-in-blockchain
**Repository Path**: i0Ek3/Java-in-blockchain
## Basic Information
- **Project Name**: Java-in-blockchain
- **Description**: A blockchain implement by Java.
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-07-12
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Java-in-blockchain
The purpose of this project is help you to understand how a blockchain to work well, and to learn Java grammar quickly in code snippets. Additionally, the code of prototype in this project created by [@CryptoKass](https://github.com/CryptoKass), I just rewrite code by my understanding with some annotation. Be known!
## Credit
Welcome to visit [author](https://github.com/CryptoKass)'s original link:
Part1 --> [https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa](https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa)
Part2 --> [https://medium.com/programmers-blockchain/creating-your-first-blockchain-with-java-part-2-transactions-2cdac335e0ce](https://medium.com/programmers-blockchain/creating-your-first-blockchain-with-java-part-2-transactions-2cdac335e0ce)
## Note
This project only my learning notes of blockchain in Java(best credit for @CryptoKass), so I named it Javachain. This process will be endless, after all I am a freshbird on it.