Skip to content

A block chain cyptocurrency implementation with decentralized nodes in Go!.

License

Notifications You must be signed in to change notification settings

anupkashyap/blahcoin-cryptocurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlahCoin

A block chain cyptocurrency implementation with decentralized nodes in Go!.

Built on top of blockchain-golang(https://github.com/anupkashyap/blockchain-golang)

Build Status

Requirements

  • Go (v1.11+)
  • Gin HTTP framework package

Usage

go run main.go blahcoin.go

Endpoints

127.0.0.1:8080/getChain
127.0.0.1:8080/mineBlock
127.0.0.1:8080/isChainValid
127.0.0.1:8080/connectNode
127.0.0.1:8080/addTransaction
127.0.0.1:8080/replaceChain

Free Software, Hell Yeah!

About

A block chain cyptocurrency implementation with decentralized nodes in Go!.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages