Sha256: 8538bc015cd18170f9ed8b43baf427f3827a61e5094d6fb62da317028d32c00e

Contents?: true

Size: 731 Bytes

Versions: 5

Compression:

Stored size: 731 Bytes

Contents

= Examples

There are a few demo scripts in `examples/` that might give you an idea where to start.

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.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bitcoin-ruby-0.0.6 doc/EXAMPLES.rdoc
bitcoin-ruby-0.0.5 doc/EXAMPLES.rdoc
bitcoin-ruby-0.0.4 doc/EXAMPLES.rdoc
bitcoin-ruby-0.0.3 doc/EXAMPLES.rdoc
bitcoin-ruby-0.0.2 doc/EXAMPLES.rdoc