Add example project to README

This commit is contained in:
Steve Myers 2022-03-02 20:17:11 -08:00
parent 2cd5fa6934
commit 61c75b24bd
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -22,6 +22,10 @@ let wallet = try OfflineWallet.init(descriptor: desc, network: Network.regtest,
let address = wallet.getNewAddress() let address = wallet.getNewAddress()
``` ```
### Example Projects
* [BdkSwiftSample](https://github.com/futurepaul/BdkSwiftSample)
## How to Build and Publish ## How to Build and Publish
If you are a maintainer of this project or want to build and publish this project to your If you are a maintainer of this project or want to build and publish this project to your