Reputation: 21
I'm aware of Etherscan's capability for interactions with smart contracts on the Ethereum network, but I wonder if there is any other way to read and write from smart contracts.
I'd expect an improved UI/UX usability, allowing input validation, adding documentation on top of the contract etc, yet I couldn't find any other service providing it.
Upvotes: 2
Views: 1463
Reputation: 32078
Both tools presented below load the ABI automatically from the contract address.
There is one that looks like old Windows 95 app. Pretty cool.
https://app.mycrypto.com/interact-with-contracts
Upvotes: 0
Reputation: 443
The only one I know of is Remix. This is a great tool for smart contract testing and interaction
And if you are planning to develop your own UI with an API. This is not the exact solution but check out drizzle. It has some good built in features which will get you started on the front-end parts and showing blockchain data
Upvotes: 0
Reputation: 1
You could use https://remix.ethereum.org/ There is no service that I know that can provide documentation on top of the contract.
But, it's possible to develop one. Are you interested in how it can be done?
Upvotes: 0