Skip to content

Commit 6316fe7

Browse files
authored
Add comparison analysis table for supported tool (#427)
* Add readme Signed-off-by: nikolay <[email protected]> * Edit readme Signed-off-by: nikolay <[email protected]> * Edit readme Signed-off-by: nikolay <[email protected]>
1 parent 4b403c9 commit 6316fe7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tools/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
##### 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.
2+
3+
### Supported tools
4+
| | web3js | Truffle | ethers | Hardhat |
5+
|----------------------------------------------------------------------|--------|---------|--------|---------|
6+
| Transfer HBARS |||||
7+
| Contract Deployment |||||
8+
| 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

Comments
 (0)