Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 581 Bytes

README.markdown

File metadata and controls

33 lines (23 loc) · 581 Bytes

ToyChain Data Structures

This is an attempt to implement all the data structures of blockchain.

Status

Build Status

Progress

  • Record
  • RecordList
  • Block
  • Serializer
  • Message

Development

  • Clone project
  • gem install
  • rake -T lists available commands
  • rake test runs all tests
  • rake watch runs tests on file change

Contribution

  • Fork
  • Code
  • Issue PR
  • Try to stick with Git Flow.