mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
e6dcd1cfb4
* This PR is attempting to remove the publishing errors when publish locally many of which are incorrectly linked things in scaladocs which there are some differences in formatting. Hopefully this removes alot if not all of the "link not found for ..." warning messages that show up. |
||
---|---|---|
.. | ||
src/main/scala/org/bitcoins/rpc | ||
README.md |
See the bitcoind
/Bitcoin Core section on the
Bitcoin-S website.
Testing
To test the Bitcoin-S RPC project you need both version 0.16 and 0.17 of Bitcoin Core. A list of current and previous releases can be found here.
You then need to set environment variables to indicate where Bitcoin-S can find the different versions:
$ export BITCOIND_V16_PATH=/path/to/v16/bitcoind
$ export BITCOIND_V17_PATH=/path/to/v17/bitcoind
If you just run tests testing common functionality it's enough to have either version 0.16 or 0.17 on your PATH
.
To run all RPC related tests:
$ bloop test bitcoindRpcTest