Skip to content

wallet-sdk-v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 23:55
· 450 commits to develop since this release
485fa04

wallet-sdk release version 0.2.0

Adding a couple helper functions for test mode:

  • createTestModeInvoice which can give you an encoded lightning invoice that can be paid from your test wallet via the payInvoice function
  • createTestModePayment to pay an invoice created from your test wallet via createInvoice

Also fixing some bugs with payInvoice and signing. Bumping the core dependency.