This repository was archived by the owner on Nov 26, 2024. It is now read-only.
File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
There are two primary purposes of this repository.
4
4
5
- 1 . Provide the [ ` json ` ] ( https://crates.io/crates/bitcoind-json-rpc-types ) crate for use in
6
- production software.
5
+ 1 . Provide the [ ` bitcoind- json-rpc-types ` ] ( https://crates.io/crates/bitcoind-json-rpc-types ) crate
6
+ for use in production software.
7
7
2 . Provide tools to the community for integration testing code written in Rust that interacts with
8
8
the Bitcoin network. Primarily consumers of the [ ` rust-bitcoin ` ] ( https://crates.io/crates/bitcoin )
9
9
library. And enable doing so against multiple versions of Bitcoin Core.
10
10
11
11
If you require a JSON RPC client in production software it is expected you write your own and only
12
- use ` json ` in your dependency graph. Feel free to copy/steal/plagiarise or otherwise enjoy yourself
13
- with anything in this repository - no attribution required.
12
+ use the ` bitcoind- json-rpc-types ` crate in your dependency graph. Feel free to copy/steal/plagiarise
13
+ or otherwise enjoy yourself with anything in this repository - no attribution required.
14
14
15
15
** Please do not use ` client ` in production and raise bugs, issues, or feature requests.**
16
16
17
17
## Crate listing
18
18
19
- - [ ` json ` ] ( https://crates.io/crates/bitcoind-json-rpc-types ) : Types returned by the JSON-RPC API of Bitcoin Core.
19
+ - [ ` json ` ] ( https://crates.io/crates/bitcoind-json-rpc-types ) : Rust types returned by the JSON-RPC API of Bitcoin Core ( ` bitcoind-json-rpc-types ` ) .
20
20
- [ ` regtest ` ] ( https://crates.io/crates/bitcoind-json-rpc-regtest ) : Runs ` bitcoind ` regtest nodes.
21
- - [ ` client ` ] ( https://crates.io/crates/bitcoind-json-rpc-client ) : JSON-RPC client use to test ` json ` .
21
+ - [ ` client ` ] ( https://crates.io/crates/bitcoind-json-rpc-client ) : A blocking JSON-RPC client used to test ` bitcoind- json-rpc-types ` .
22
22
- ` integration_test ` : Integration tests that use ` client ` and ` regtest ` to test ` json ` .
23
23
24
24
## Original code
You can’t perform that action at this time.
0 commit comments