You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### The JSON RPC relay serves as an interface to the Hedera network for ethereum developer tools that utilize the implemented JSON RPC APIs. The following development tools have been tested and the extent of their coverage is noted below.
| Can use the contract instance after deploy without re-initialization | ✅ | ✅ | ❌ | ❌ |
9
+
| Contract View Function Call | ✅ | ✅ | ✅ | ✅ |
10
+
| Contract Function Call | ✅ | ✅ | ✅ | ✅ |
11
+
12
+
Note: On contract deployment, most of the tools (e.g. [ethers](https://docs.ethers.io/v5/api/utils/address/#utils--contract-addresses)) pre-compute the contract address on the client-side, based
13
+
on sender address and nonce. In the Hedera ecosystem, it's not like that, where it's just the next available id.
0 commit comments