Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 923 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 923 Bytes

BDKSwiftExampleWallet

License

An example iOS app using Bitcoin Dev Kit (BDK) 1.0

Screenshot

Functionality

This is an experimental work in progress.

Wallet

Supports single key HD 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