Registry / testing / electrsd

electrsd

JSON →
library0.40.0rscratesunverified

Utility to run a regtest electrs process for integration testing.

# Cargo.toml [dependencies] electrsd = "0.40.0"
INSTALL
IMPORT
SIG · ELECTRSD
E
electrsd
testingrustv0.40.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.

Electrsd
use electrsd::Electrsd;

Start a regtest electrs instance.

use electrsd::Electrsd; fn main() { let electrs = Electrsd::new().unwrap(); println!("Electrs running on port {}", electrs.port); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.40.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
electrsd — cargo add electrsd · libregistry