Interacting with smart contracts via deep-linking

Hello, I am trying to create an NFT market mobile application using Metamask mobile.

currently I am able to transfer funds from a user to another using via deep-linking, but i would like to be able to make users:
-Approve the transfer of a token.
-Bid on an NFT.
-Create NFT’s.

Basically I want my users to be able to interact with my smart contracts using Metamask mobile.

Currently for deep linking I found Metamask’s deep-link github page, but it does not include contract interactions.

Is there a format i can use that is just like this link but instead of transferring funds, i can also do the other things i have specified ?

1 Like

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