You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the docs, after creating instance of WCClient, we need to create a session:
final wcUri ='...';
final session =WCSession.from(wcUri);
I am new to blockchain and crypto wallets.
Can some one please help me understand, how can I create the wcUri?
Also, does the WCClient automatically stores the session and we don't need to re-authenticate on every app launch?
Thanks.
The text was updated successfully, but these errors were encountered:
As per the docs, after creating instance of
WCClient
, we need to create a session:I am new to blockchain and crypto wallets.
Can some one please help me understand, how can I create the
wcUri
?Also, does the
WCClient
automatically stores the session and we don't need to re-authenticate on every app launch?Thanks.
The text was updated successfully, but these errors were encountered: