-
Notifications
You must be signed in to change notification settings - Fork 24
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
Smart Contract Wallets #403
Conversation
…-contract-wallets
…tp-ios into np/smart-contract-wallets
…-contract-wallets
…-contract-wallets
…-contract-wallets
@@ -514,4 +521,28 @@ class ClientTests: XCTestCase { | |||
let newState = try await alixClient3.inboxState(refreshFromNetwork: true) | |||
XCTAssertEqual(newState.installations.count, 1) | |||
} | |||
|
|||
func testCreatesASCWClient() async throws { | |||
throw XCTSkip("TODO: Need to write a SCW local deploy with anvil") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I spent a bunch of time trying to get a SCW running locally like I did in Android. But I'm just not as familiar with the tooling in iOS and I time boxed it. Will revisit when I have more time. Will use the example in RN to validate.
Code should be identical to Android so I feel confident.
Create an account with a smart contract wallet.