gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
875 stars 355 forks source link

Add "Wallet Connect" & "Execute" buttons to the gnoweb help page #1803

Open leohhhn opened 5 months ago

leohhhn commented 5 months ago

Description

We should consider adding a button that will allow you to connect to the website, and actually call exposed functions on the realm you are visiting.

Currently, the help page provides you with CLI commands to call: Screenshot 2024-03-20 at 17 40 57

The addition would add a page-wide "Connect Wallet" button, and an "Execute" button for each exposed realm function, which would parse the parameters and push a transaction through the connected wallet, such as Adena.

cc @grepsuzette

thehowl commented 5 months ago

Linking with #522

r3v4s commented 3 months ago

looking for something like this? #154

grepsuzette commented 3 months ago

That would be awesome.