This is an attempt to implement all the data structures of blockchain.
- Record
- RecordList
- Block
- Serializer
- Message
- Clone project
gem install
rake -T
lists available commandsrake test
runs all testsrake watch
runs tests on file change
- Fork
- Code
- Issue PR
- Try to stick with Git Flow.