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.
- Host: GitHub
- URL: https://github.com/dkarter/blockchain.rb
- Owner: dkarter
- License: mit
- Created: 2016-11-30T06:50:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T04:13:12.000Z (over 2 years ago)
- Last Synced: 2026-06-06T13:06:04.766Z (30 days ago)
- Language: Ruby
- Homepage: https://doriankarter.com
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Blockchain.rb
[](https://circleci.com/gh/dkarter/blockchain.rb) [](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)