Hello everyone, I'm trying to build an application that given a private key and a public key can acces Dapp on ethereum and interact with it (I have an extension that can sign transactions).
My guess was that I was going to use Wallet connect. Here is the chart of how wallet connect works to establish a connection:
What I don't know is how App inventor can be able to acces the Display URI without using a QR code (part 2 of the chart). I want my wallet to automatically receive the wc URI to establish the connection so it can then transfer the session status.
Here is what I've got so far :
Thanks for your help