Skip to content

Commit

Permalink
Update hyperledger.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Mar 13, 2018
1 parent 4fcbda0 commit 2139d39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions hyperledger.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Inside (Hyper) Ledger Lite - Add Transactions One Block at a Time and Balance the Accounts (Books)
title: Blockchain vs (Hyper) Ledger -- Inside (Hyper) Ledger Lite - Add Transactions One Block at a Time and Balance the Accounts (Books)



Expand Down Expand Up @@ -198,7 +198,7 @@ alias :transfer :send

Hyper - Ledger (book) for the distributed blockchain internet era

Coinbase! Create money out of ... nothing one block at a time!
Coinbase! Create money out of ... nothing one block at a time! (†)

``` ruby
Ledger.configure do |config|
Expand All @@ -219,6 +219,9 @@ def send( from, to, amount )
end # method send
```

(†): Yes, I know. Creating money out of nothing is not new :-). One block at a time every ten minutes with a lottery might.



# Inside Ledger Lite - Currencies, Commodities, Collectibles, Assets and More

Expand Down

0 comments on commit 2139d39

Please sign in to comment.