Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 933 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 933 Bytes

BDKSwiftExampleWallet

License

An example iOS app using Bitcoin Dev Kit (BDK)

Screenshot

Functionality

This is an experimental work in progress.

Wallet

Supports single key HD segwit/bech32 wallets with BIP86 derivation paths.

Implemented

  • Create Wallet Wallet(descriptor: changeDescriptor: network: databaseConfig:)

  • Get Address getAddress

  • Get Balance getBalance

  • List Transactions listTransactions

  • Send send

  • Sync sync

Swift Packages