• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-2918

lib/Finance/H03-May-2022-543153

t/H03-May-2022-1411

CONTRIBUTINGH A D10-Mar-20142.7 KiB7751

COPYRIGHTH A D10-Mar-20141.3 KiB5946

CREDITSH A D10-Mar-2014110 74

ChangesH A D10-Mar-20141.3 KiB5941

INSTALLH A D10-Mar-2014969 3923

LICENSEH A D10-Mar-201417.9 KiB380292

MANIFESTH A D10-Mar-2014352 2423

META.jsonH A D10-Mar-20142.2 KiB9089

META.ymlH A D10-Mar-20141.4 KiB6059

Makefile.PLH A D10-Mar-20145.5 KiB154137

READMEH A D10-Mar-2014877 3322

SIGNATUREH A D10-Mar-20142 KiB4639

TODOH A D10-Mar-201489 32

dist.iniH A D10-Mar-201465 42

doap.ttlH A D10-Mar-20148.4 KiB177162

README

1NAME
2    Finance::Bitcoin - manage a bitcoin instance
3
4DESCRIPTION
5    Bitcoin is a peer-to-peer network based digital currency.
6
7    This module provides high and low level APIs for managing a running
8    bitcoin instance over JSON-RPC.
9
10BUGS
11    Please report any bugs to <http://rt.cpan.org/>.
12
13SEE ALSO
14    Finance::Bitcoin::API, Finance::Bitcoin::Wallet,
15    Finance::Bitcoin::Address.
16
17    <http://www.bitcoin.org/>.
18
19AUTHOR
20    Toby Inkster <tobyink@cpan.org>.
21
22COPYRIGHT
23    Copyright 2010, 2011, 2013, 2014 Toby Inkster
24
25    This library is free software; you can redistribute it and/or modify it
26    under the same terms as Perl itself.
27
28DISCLAIMER OF WARRANTIES
29    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
30    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
31    MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
32
33