pedro823 / ruby-blockchain

πŸ’Ž An implementation of a blockchain in pure ruby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Blockchain


An implementation of a blockchain in pure ruby.

This project is currently in development. Current checklist:

  • βœ”οΈ Implement Block
  • βœ”οΈ Implement Blockchain
  • βœ”οΈ Implement persistance
  • βœ”οΈ Implement transaction and DataTransaction
  • ❌ Implement user interface
  • ❌ Create Wiki/how-to
  • ❌ Create Transaction validation
  • βœ”οΈ Implement wallet generation
  • ❌ Optimize search-block efficiency
  • ❌ Create distributed peer-to-peer synchronization
  • ❌ Assure only the valid wallets can generate transactions from it

About

πŸ’Ž An implementation of a blockchain in pure ruby.


Languages

Language:Ruby 100.0%