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.git
Go to the project directory
cd blockchain
Install dependencies
go get
Start the blockchain server
cd server
go run main.go server.go
Start the wallet server
cd wallet_server
go run main.go server.go
Other implementation on Node