Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Code your own Proof of Stake blockchain in Go!

Read the blog post for this tutorial first!

Ask us anything!

Join our Telegram community and follow us on Twitter!

Deployment steps:

  • clone this repo
  • navigate to this directory and rename the example file mv example.env .env
  • go run main.go
  • open a new terminal window and nc localhost 9000
  • input a token amount to set stake
  • input a BPM
  • wait a few seconds to see which of the two terminals won
  • open as many terminal windows as you like and nc localhost 9000 and watch Proof of Stake in action!

Screenshots

screen

screen

screen

screen