Skip to content

Utility to run a regtest Electrum wallet daemon, useful in integration testing environment

License

Notifications You must be signed in to change notification settings

shesek/electrumd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electrumd

Utility to run a regtest electrum wallet daemon process, useful in integration testing environment.

let electrum_wallet = electrumd::ElectrumD::new(electrumd::downloaded_exe_path().unwrap()).unwrap();

let addr = electrum_wallet.call("createnewaddress", &json!([]))

Forked from @RCasatta's bitcoind.

About

Utility to run a regtest Electrum wallet daemon, useful in integration testing environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 7

Languages