doc/EXAMPLES.rdoc in bitcoin-ruby-0.0.1 vs doc/EXAMPLES.rdoc in bitcoin-ruby-0.0.2
- old
+ new
@@ -1,9 +1,13 @@
= Examples
There are a few demo scripts in `examples/` that might give you an idea where to start.
-examples/connect.rb:: Connect to a network node and chat a little.
-examples/verify_tx.rb:: Fetch a transaction from local storage and verify signatures.
-examples/bbe_verify_tx.rb:: Fetch transaction from blockexplorer.com and verify signatures.
-examples/balance.rb:: Display balance/transactions for given address.
-examples/relay_tx.rb:: Relay transaction to the network.
+connect.rb:: Connect to a network node and chat a little.
+verify_tx.rb:: Fetch a transaction from local storage and verify signatures.
+bbe_verify_tx.rb:: Fetch transaction from blockexplorer.com and verify signatures.
+balance.rb:: Display balance/transactions for given address.
+relay_tx.rb:: Relay transaction to the network.
+generate_tx.rb:: Create a transaction.
+validate_tx.rb:: Verify transaction signatures.
+simple_network_monitor_and_util:: Connects to the network and lets you monitor and query blocks/txs.
+forwarder.rb:: Waits for tx sent to your address and forwards them to another address.
\ No newline at end of file