Skip to content

Commit 61c75b2

Browse files
committed
Add example project to README
1 parent 2cd5fa6 commit 61c75b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ let wallet = try OfflineWallet.init(descriptor: desc, network: Network.regtest,
2222
let address = wallet.getNewAddress()
2323
```
2424

25+
### Example Projects
26+
27+
* [BdkSwiftSample](https://github.com/futurepaul/BdkSwiftSample)
28+
2529
## How to Build and Publish
2630

2731
If you are a maintainer of this project or want to build and publish this project to your

0 commit comments

Comments
 (0)