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.
- git clone https://github.com/CuriousAvenger/AevumChain.git
- code AevumChain-main/ (Visual Studio Code)
- Java Extensions: Gradle for Java, Maven for Java
- Ctrl-F5 (once vscode loads)