WORK ON BLOCK CHAIN
A blockchain, originally block chain, is a growing list of records, called blocks, which are linked using cryptography. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data (generally represented as a merkle tree root hash).
Blockchain technology can be integrated into multiple areas. The primary use of blockchains today is as a distributed ledger for cryptocurrencies, most notably bitcoin.
This project is all about implementing Blockchain Technology using JAVA.
Links for help:
- https://dzone.com/articles/blockchain-implementation-with-java-code
- https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa
HAPPY CODING...