Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[W3M] Fetching and displaying wallets #853

Merged
merged 9 commits into from
May 24, 2023
Merged

Conversation

radeknovis
Copy link
Contributor

Description

  • Adds networking layer
  • Adds fetching for ios supported wallets

@radeknovis radeknovis changed the title Feature/w3m networking [W3M] Fetching and displaying wallets May 18, 2023
.target(
name: "WalletConnectNetworking",
dependencies: ["WalletConnectRelay"]),
dependencies: ["HTTPClient", "WalletConnectRelay"]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doest it work with CocoaPods?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@radeknovis you can ping me in slack, and I can explain how we are setting up cocoapods dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the pod spec accordingly now. TA for help @flypaper0

@@ -0,0 +1,12 @@
import SwiftUI

private struct ProjectIdKey: EnvironmentKey {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks nice, where it's using?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I thought about using it to set projectID but didn't end up using it

Copy link
Contributor

@flypaper0 flypaper0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@radeknovis radeknovis merged commit 1862b95 into develop May 24, 2023
@radeknovis radeknovis deleted the feature/w3m-networking branch May 24, 2023 14:00
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.

3 participants