2

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.

etherscan - smart contract interaction screenshot

Qwerty
  • 29,062
  • 22
  • 108
  • 136
Tom Keidar
  • 21
  • 2
  • https://www.reddit.com/r/ethdev/comments/otv6lf/is_there_any_other_way_to_interact_with_ethereums/ – Qwerty Apr 09 '22 at 21:44

3 Answers3

0

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?

  • 1. Yes, I am interested in how it can be done. 2. Do you find any value in another service that will provide enhanced UX for interacting with smart contracts? Basically, I feel Etherscan is doing a nice job and I'm using it quite often but thought it could be nice to provide kind of "postman" API experience on smart contracts. wdyt? – Tom Keidar Jul 29 '21 at 12:31
  • How do you load external deployed contract into REMIX? – Qwerty Apr 09 '22 at 21:40
0

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

Taimoor
  • 423
  • 3
  • 9
0

Both tools presented below load the ABI automatically from the contract address.

eth95.dev

There is one that looks like old Windows 95 app. Pretty cool.

https://eth95.dev/

enter image description here



mycrypto.com

https://app.mycrypto.com/interact-with-contracts

enter image description here

Qwerty
  • 29,062
  • 22
  • 108
  • 136