big-org / toychain-data_structures

Data structures for ToyChain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Data structures for ToyChain


Languages

Language:Ruby 100.0%