Registry / networking / bitcoinrpc-server

bitcoinrpc-server

JSON →
library0.1.16-alpha.0rscratesunverified

Tools to launch an RPC server for Bitcoin-related applications.

# Cargo.toml [dependencies] bitcoinrpc-server = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOINRPC-SERVER
B
bitcoinrpc-server
networkingrustv0.1.16-alpha.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
use bitcoinrpc_server::Server;

Starts a basic Bitcoin RPC server on localhost.

use bitcoinrpc_server::Server; let server = Server::new("127.0.0.1:8332".parse().unwrap()); server.start().unwrap();
Debug
Known issues
breakingAlpha version with incomplete features
fix
Use with caution and expect breaking changes
affects: >=0.1.0 <1.0.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
bitcoinrpc-server — cargo add bitcoinrpc-server · libregistry