Skip to content

Lightning address for spark support#34

Open
benthecarman wants to merge 2 commits intomasterfrom
ln-addr
Open

Lightning address for spark support#34
benthecarman wants to merge 2 commits intomasterfrom
ln-addr

Conversation

@benthecarman
Copy link
Collaborator

No description provided.

@alltheseas
Copy link
Collaborator

The Spark SDK requires a Breez API key to function. The TrustedFailure error is because we're using SparkWalletConfig.defaultConfig() without providing an API key.

Next Steps

  1. Request an API key (free) from Breez: https://breez.technology/request-api-key/#contact-us-form-sdk
  1. Update the config to include the API key. The SparkWalletConfig likely needs something like:
    let sparkConfig = SparkWalletConfig(apiKey: "your-breez-api-key", ...)
  2. For support: https://t.me/breezsdk or contact@breez.technology

@benthecarman
Copy link
Collaborator Author

There is an api key already provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants