Skip to content

Instantly share code, notes, and snippets.

@bradford-hamilton
Last active May 25, 2018 02:13
Show Gist options
  • Save bradford-hamilton/1bc6fe96d6ac958525ce82b9ca4bcd90 to your computer and use it in GitHub Desktop.
Save bradford-hamilton/1bc6fe96d6ac958525ce82b9ca4bcd90 to your computer and use it in GitHub Desktop.
blockchain << Block.create(0, Time.now.to_s, "Genesis block's data!", "")
get "/" do
blockchain.to_json
end
Kemal.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment