]> Untitled Git - bdk/commit
feat(example): add RPC wallet example
authorVladimir Fomene <vladimirfomene@gmail.com>
Wed, 11 Oct 2023 08:16:38 +0000 (11:16 +0300)
committer志宇 <hello@evanlinjin.me>
Mon, 15 Jan 2024 16:27:02 +0000 (00:27 +0800)
commit8ec65f0b8ef7d452a0bdba6760c46bd8511c91ff
tree3d897b4e0bd17a5b6587a4f33b6bfdcacf1ce401
parenta7d01dc39acb3ff7f4bc8e237c7862d019a91cd1
feat(example): add RPC wallet example

Co-authored-by: Vladimir Fomene <vladimirfomene@gmail.com>
Co-authored-by: 志宇 <hello@evanlinjin.me>
Cargo.toml
example-crates/example_bitcoind_rpc_polling/README.md [new file with mode: 0644]
example-crates/example_bitcoind_rpc_polling/src/main.rs
example-crates/wallet_rpc/Cargo.toml [new file with mode: 0644]
example-crates/wallet_rpc/README.md [new file with mode: 0644]
example-crates/wallet_rpc/src/main.rs [new file with mode: 0644]