Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 824 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 824 Bytes

AevumChain

AevumCoin is a cryptocurrency written solely in java. A cryptocurrency is a digital currency, which is an alternative form of payment created using encryption algorithms. The use of encryption technologies means that cryptocurrencies function both as a currency and as a virtual accounting system. The primary focus being decentralized network avoiding any third-party involvement in currency management. This java-version is a simplified version of Bitcoin (BTC) with a few primary features of mining reward system, blockchain validity checks, ECDSA encryption for handling public and private keys and much more.

HowTo