Metamask Support

I want to click a button in the glide app which will open up the metamask plugin installed in my Chrome browser.

For example, I want to call the web3js library to talk to the ethereum blockchain and get my account balance on the button click.

Can this thing be done?

1 Like

I wish to have this feature as well. I wish to have a broader access like the ability to have custom JavaScript actions on Button Clicks.

You can do this by creating webapps in Google Script. You would essentially be launching a url that points to a webapp page that you created that would run the scripts.