Skip to content

seabornlee/a-blockchain-demo-in-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

A simple blockchain demo

Setup

go get github.com/davecgh/go-spew/spew
go get github.com/gorilla/mux
go get github.com/joho/godotenv

Run with

go run main.go

What you can do?

  1. Navigate browser to http://localhost:8080 to view the blockchain.
  2. Post to http://localhost:8080/ to create a block.
{"BPM": 55}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages