This PR adds code for the Stacks signer. This gets initialised in part of the keychain selector.
Next, I aim to figure out the best way to consume these signers in the app. I am very reluctant to continue using the pattern from the extension where we do something like
This PR adds code for the Stacks signer. This gets initialised in part of the keychain selector.
Next, I aim to figure out the best way to consume these signers in the app. I am very reluctant to continue using the pattern from the extension where we do something like
Instead I want a pattern where we pass signers around dynamically, which might look something like:
This way, we can consume the signer well in the knowledge it exists
or