An open API service indexing awesome lists of open source software.

https://github.com/dkarter/blockchain.rb

This is a POC blockchain data structure written in Ruby.
https://github.com/dkarter/blockchain.rb

Last synced: 28 days ago
JSON representation

This is a POC blockchain data structure written in Ruby.

Awesome Lists containing this project

README

          

# Blockchain.rb

[![CircleCI](https://circleci.com/gh/dkarter/blockchain.rb.svg?style=svg)](https://circleci.com/gh/dkarter/blockchain.rb) [![Code Climate](https://codeclimate.com/github/dkarter/blockchain.rb/badges/gpa.svg)](https://codeclimate.com/github/dkarter/blockchain.rb)

This is a POC blockchain data structure written in Ruby.

I wrote this gem as a learning exercise to better understand how Bitcoin works.

That being said, you should probably not use it in production (It is ruby too..
so probably not a good idea anyway)