Skip to content

Commit

Permalink
README Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
whindsx committed Mar 10, 2023
1 parent 25a063e commit be61253
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
20 changes: 8 additions & 12 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ Bitcoin::RPC::Client

This module is a pure Perl implementation of the methods that are currently
part of the Bitcoin Core RPC client calls (bitcoin-cli). The method names and
parameters are identical between the Bitcoin Core API and this module. This is
done for consistency so that a developer only has to reference one manual:
parameters are identical between the Bitcoin Core API and this module.
https://developer.bitcoin.org/reference/rpc/index.html

The intention is to have a lightweight pure Perl implementation of the Bitcoin
Core API.

This module will likely work with other Bitcoin Core forks that have a bitcoind
compatible JSON-RPC API. E.g. Litecoin Core.

PREREQUISITES
Moo
JSON::RPC::Legacy::Client
Expand All @@ -31,17 +33,11 @@ perldoc command.

You can also look for information at:

RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Bitcoin-RPC-Client

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Bitcoin-RPC-Client

CPAN Ratings
http://cpanratings.perl.org/d/Bitcoin-RPC-Client
CPAN
https://metacpan.org/dist/Bitcoin-RPC-Client

Search CPAN
http://search.cpan.org/dist/Bitcoin-RPC-Client/
Report bugs here
https://github.com/whindsx/Bitcoin-RPC-Client/issues

AVAILABILITY

Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@

This module is a pure Perl implementation of the methods that are currently
part of the Bitcoin Core RPC client calls (bitcoin-cli). The method names and
parameters are identical between the Bitcoin Core API and this module. This is
done for consistency so that a developer only has to reference one manual:
https://developer.bitcoin.org/reference/rpc/index.html
parameters are identical between the [Bitcoin Core API](https://developer.bitcoin.org/reference/rpc/index.html) and this module.

Currently tested against Bitcoin Core v0.12, v0.13, v0.14, v0.15, v0.16, v0.17,
v0.18, v0.19, v0.20 and v0.21 but should work with earlier versions. Also,
though not thoroughly tested, this module will work with other Bitcoin Core
forks that have a bitcoind compatible JSON RPC API. E.g. Bitcoin Unlimited,
Bitcoin UASF, Litecoin Core.
v0.18, v0.19, v0.20, v0.21 and v0.22 but should work with earlier versions. Also,
though not thoroughly tested, this module will work with other Bitcoin Core
forks that have a bitcoind compatible JSON-RPC API. E.g. Litecoin Core.

SYNOPSIS:
```perl
Expand Down

0 comments on commit be61253

Please sign in to comment.