kumulynja / ldk_node_flutter_demo

App to demonstrate how ldk_node in Flutter can be used to create a Lightning wallet app
12 stars 4 forks source link

Move bdk-flutter and the mnemonic creation to MnemonicRepository #2

Closed kumulynja closed 1 year ago

kumulynja commented 1 year ago

This way all logic for the Mnemonic itself is encapsulated in a MnemonicRepository package that could be published independently and shared between apps.

kumulynja commented 1 year ago

Fixed in https://github.com/kumulynja/ldk_node_flutter_demo/pull/4