The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

coinbase.pl

VERSION

version 0.005

SYNOPSIS

The synopsis, showing one or more typical command-line usages.

      perl -Ilib bin/coinbase.pl

or

      perl -Ilib bin/coinbase.pl --use-curl

both with and without curl the script outputs some debug info

DESCRIPTION

Tests checking a balance using the coinbase api

NAME

coinbase.pl -- Tests checking a balance using the coinbase api

OPTIONS

Overall view of the options

--config=/dif/coinbase.ini

Set path to an acmecoinbase.ini file. File is expected to have contents like:

    [default]
    api_key    = 1234567abcdefgYZ
    api_secret = ZZZ111BBB222CCC333DDD444EEE555ZZ
--verbose/--noverbose

Turns on/off verbose mode. (off by default)

--use-curl

Use curl instead of perl LWP libraries.

--nonce=NUMBER

Hard code the nonce to a particular number. Useful for testing. (Techically this is supposed to 'always increase')

TO DO

If you want such a section.

BUGS

None

COPYRIGHT

Copyright (c) 2014 Josh Rabinowitz, All Rights Reserved.

AUTHORS

Josh Rabinowitz

AUTHOR

joshr <joshr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by joshr.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.