These are some fixes that can be implemented for the `wallet_*` examples in the example-crates dir. - [x] Print balances either in BTC or sats (but not both) - [x] `wallet_esplora_async` appears to be printing the KeychainKind twice, and forgets to print spk0 - [x] Use [tempfile](https://docs.rs/tempfile/latest/tempfile/) instead of `std::env::tempdir`, as this should automatically clean up temporary files - [x] Consider changing wallet examples to use signet and possibly a different server URL to fix rate limiting issues - [x] Try to recycle the sats so that running an example doesn't result in a net loss of "funds"
These are some fixes that can be implemented for the
wallet_*examples in the example-crates dir.wallet_esplora_asyncappears to be printing the KeychainKind twice, and forgets to print spk0std::env::tempdir, as this should automatically clean up temporary files