Flutter deeplinking support for metamask

:rotating_light: Metamask with flutter :rotating_light:

Hello, i am currently working on an NFT market application, i would like to link a metamask account for a more secure application (without using a wallet within my application).

What i think would be great

  • Sending transaction information to metamask and allowing the user to accept the transaction. 
  • Linking an account to the application to see the users NFT's. 

Thanks in advance.

Hey @ErenAkyildiz, welcome to the MetaMask community! :fox_face:

Just a few simple steps with the Ethereum Provider API :slight_smile:

Here is more information on the MetaMask Docs:

I actually meant the mobile application of metamask, I know that I am able to use ethers.js with a web application, what I am looking for is to send transactions from a mobile application to the mobile metamask for users approval. If that is possible with Ethereum Provider, than there are nothing I request.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.