Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 483 Bytes

blockchain-ruby

My exercise to translate Daniel van Flymen brilliant post "Learn Blockchain by Building One" (https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) to Ruby.

Installation & Dependencies

This version uses Sinatra as web framework, to install it:

gem install bundler bundle install

To Do

  • Include comments
  • Separate Blockchain class from Sinatra implementation
  • It needs some improvemnts, there are flaws in this implementation