YetAnotherCryptoCoin is a simple bare-bones block-chain based cryptocurrency implementation.
- A
mempool
to hold the local copies of unused transactions (the ones not yet included in the blockchain). - A
transaction
entity. - A
block
entity. - A
transaction verification
entity. - The
blockchain
. - The
miner
andtransactor
.
This amazing repository.