I want to know deep link url #189
Replies: 2 comments 13 replies
-
`await WalletConnect.Instance.InitializeAsync();
Now my code. just i want deep link |
Beta Was this translation helpful? Give feedback.
0 replies
-
@matthew2099, do you use WalletConnect Modal or WalletConnect Core package? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just i want to metamask and oks url
Jst i write this code
`using System.Collections.Generic;
using UnityEngine;
using WalletConnectSharp.Sign.Models;
using WalletConnectSharp.Sign.Models.Engine;
using WalletConnectUnity.Core;
public class Test : MonoBehaviour
{
async void Start()
{
Init();
}
}`
I don't know how to specify the wallet.
hum...what should i do?
I want to use deep link.
Beta Was this translation helpful? Give feedback.
All reactions