Skip to content

sushbhask/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

blockchain

Implementing a simple blockchain in Ruby.

Create a new blockchain like this: blockchain = Blockchain.new("this is a string".split(" ")).

Then, access the blocks like this: blockchain.blocks

Each block will contain it's own content, the hash of the previous block and a nonce generated via proof of work.

About

Implementing a simple blockchain in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages