Skip to content

Cryptocurrency blockchain using the Proof of Work concept, with the ability to mine, send & receive transactions etc.

Notifications You must be signed in to change notification settings

mbuslenko/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Blockchain on Go

Cryptocurrency blockchain using the Proof of Work concept, with the ability to mine, send & receive transactions etc.

TODO

  • Finilize API to separate modules

  • Create Proof of Stake version

  • Non-crypto version

Run Locally

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

Related

Other implementation on Node

node-blockchain

About

Cryptocurrency blockchain using the Proof of Work concept, with the ability to mine, send & receive transactions etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published