Cryptocurrency blockchain using the Proof of Work concept, with the ability to mine, send & receive transactions etc.
-
Finilize API to separate modules
-
Create Proof of Stake version
-
Non-crypto version
Clone the project
git clone https://github.com/mbuslenko/blockchain.gitGo to the project directory
cd blockchainInstall dependencies
go getStart the blockchain server
cd server
go run main.go server.goStart the wallet server
cd wallet_server
go run main.go server.goOther implementation on Node