Skip to content

guilhermeor/simple-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

simple-blockchain

Blockchain using golang

Techs:

  • Go 1.12.4

How to run:

go run main.go

Endpoints

Route Verb Description
http://localhost:8080 GET List all blocks from chain
http://localhost:8080 POST Post a new message

The message sent should be like:

{"BPM":12}

Code based on this article.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages