aptos-labs / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptosfoundation.org
Other
6.14k stars 3.62k forks source link

Support a web UI for calling smart contract functions #5721

Closed banool closed 1 year ago

banool commented 1 year ago

In other tools like etherscan, you can look up a smart contract and then call functions of that contract right there in the browser (through your wallet). Or at least, that's how I imagine it should work. We should have this for Aptos. I'm just making this issue here for now, but this could theoretically be a good feature to add to the explorer.

banool commented 1 year ago

cc @CapCap, not sure if we've already got this one on the roadmap?

Poytr1 commented 1 year ago

Hi @banool , we implement a view function simulator (https://github.com/sentioxyz/sentio-composer), which does similar functionality as you described, and we are more than happy to contribute to aptos node or explorer if you guys are interested.

CapCap commented 1 year ago

Cc @0xZihan for explorer features :-)

CapCap commented 1 year ago

In fact I’d argue this issue belongs in the explorer repo

banool commented 1 year ago

I'll open an issue there since we agree it belongs in the explorer. @Poytr1 feel free to chime in there too!