Will Owens

Results 6 comments of Will Owens

So far have set up local dev environment (using visual studio code) and have cloned both bdk-cli and rust-payjoin. I then installed bitcoind+bitcoin-cli locally. Also set up local regtest bitcoind...

My next action item is to start bitcoin core in regtest mode and use the regtest wallet+bitcoin-cli to interact with the network and test bdk-cli and payjoin. I will need...

Have finished testing bdk-cli in regtest. I used electrs in Rust and made a regtest wallet then tested the functionality after specifying the bitcoind regtest instance. If anyone has ideas...

Successfully tested payjoin-cli today - the main barrier was me figuring out the configuration. I need to get more comfortable using bitcoin-cli tool

Opened a pull request to add my README to payjoin-cli: https://github.com/payjoin/rust-payjoin/pull/79/commits

Proposed BDK send-payjoin command that accepts a BIP21 URI * One thing to note is that I was wondering whether or not to have the user parse the bip21 (command...