Hi,
We are building an Ethereum based application - Both web and mobile.
With web we had the metamask chrome extension installed which pop up (find with web3 object) when user wants to sign any transaction, that’s perfectly working.!
The problem is when we wanted to do the same with the mobile application.
So we have the same thing built for mobile platform.
Here we want to know how we can integrate metamask with our application and how the process of signing works (our app should call the metamask app for signing txns).
Also instead of user installing our app and metamask separately is there any best way to do the process simpler and asking user to install two apps will be an overhead.
Is it possible to embed the metamask into our own application and use it.
Kindly suggest.