Skip to content

Commit

Permalink
up blockchain-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Dec 8, 2017
1 parent ebc1797 commit e6296c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blockchain_ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ resulting in:

# What's Blockchain Lite - Ruby Edition?

blockchain-lite library (gem: [`blockchain-lite`](https://rubygems.org/gems/blockchain-lite)) -
blockchain-lite library (github: [`openblockchains/blockchain.lite.rb`](https://github.com/openblockchains/blockchain.lite.rb), gem: [`blockchain-lite`](https://rubygems.org/gems/blockchain-lite)) -
build your own blockchain with crypto hashes -
revolutionize the world with blockchains, blockchains, blockchains one block at a time

Expand All @@ -465,7 +465,7 @@ b3 = Block.next( b2, 'More Transaction Data...' )

blockchain = [b0, b1, b2, b3]

pp blockchainconsole.log( blockchain )
pp blockchain
```


Expand Down

0 comments on commit e6296c4

Please sign in to comment.