web3.js icon indicating copy to clipboard operation
web3.js copied to clipboard

Human Readable ABI

Open xGGCrypto opened this issue 3 years ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Feature Request

Would like for Human Readable ABI to be implemented in web3.js Human Readable ABI is currently a feature in ethers.js

https://docs.ethers.io/v5/api/utils/abi/formats/#abi-formats--human-readable-abi

Use Cases

Human Readable ABI Description:

This allows for a simple format which is both machine-readable (since the parser is a machine) and human-readable (at least developer-readable), as well as simple for humans to type and inline into code, which improves code readability. The Human-Readable ABI is also considerably smaller, which helps reduce code size.

Implementation Ideas

No response

Feature Examples/References

No response

Are you willing to implement this feature?

  • [ ] Yes

xGGCrypto avatar Mar 14 '22 20:03 xGGCrypto

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar May 14 '22 00:05 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Oct 25 '22 00:10 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Jan 01 '23 00:01 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Mar 04 '23 00:03 github-actions[bot]

Hi @xGGCrypto, We have a web3.js plugin that can help you in generating the ABI (as well as the bytes code) directly from solidity code. It is not what you are requesting. But it could be even more convenient for some cases. Could you please use it and let us know if it fulfill your requirements? Thanks,

Muhammad-Altabba avatar Jun 11 '24 15:06 Muhammad-Altabba

Hey @xGGCrypto, I'm going to close this issue for now since Muhammad gave you a suggestion that could help solve your issue. If you have anything more to add, please reopen this and let us know.

mconnelly8 avatar Jun 24 '24 21:06 mconnelly8