Skip to content

alfinandika/blockchain-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Code your own blockchain in less than 200 lines of Go!

Deployment steps:

  • git clone https://github.com/Alfinandika/blockchain-go.git
  • navigate to this directory and rename the example file mv example.env .env
  • go run main.go
  • open a web browser and visit http://localhost:8080/
  • to write new blocks, send a POST request (I like to use Postman) to http://localhost:8080/ with a JSON payload with BPM as the key and an integer as the value. For example: {"BPM":50}
  • Send as many requests as you like and refresh your browser to see your blocks grow! Use your actual heart rate (Beats Per Minute) to track it over time.

About

Code your own blockchain in less than 200 lines of Go!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages