Rename the stub wallet examples

This commit is contained in:
LLFourn
2023-03-02 16:59:11 +11:00
committed by Daniela Brozzoni
parent 2e82cd8c04
commit b5559767db
12 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "bdk-esplora-wallet-example"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bdk = { path = "../../crates/bdk" }

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}