What web tools and shells are better to create a website for setting up and executing smart contracts?

So, I have already figured out how to run a training contract “mysimplecounter” in the test network Pulsar-2 from the terminal. New task: how to make the execution of this contract at the click of a button on the website? What is better to use for backend/frontend?

Something like this?

1 Like

Site cosmwasm.tools does not belong to the cosmwasm system, but requires the connection of your wallet. Be careful.

Yeah, for sure. It was developed by a highly trusted Cosmos dev contributor and is completely open source. Pretty bare bones. If you do not feel comfortable, you can always just use it to interact with test net or use burner wallets.

You can also play around with Smart contract interface | Secret network | btn.group