Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existing tools exploration / notes #1

Open
lukaw3d opened this issue Jun 17, 2024 · 1 comment
Open

Existing tools exploration / notes #1

lukaw3d opened this issue Jun 17, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@lukaw3d
Copy link
Member

lukaw3d commented Jun 17, 2024

Tools with similar goals or names, but different:

Existing tools (not all are opensource and permissive license):

I think one of these mentioned supporting NatSpec comments. That would be nice, but would require pulling in sourcecode, not just ABI https://docs.soliditylang.org/en/latest/natspec-format.html#documentation-example. And there's https://www.npmjs.com/package/@ethereum-sourcify/contract-call-decoder to learn from.

Contracts for testing various parameter types and events:

Emitted Various parameter types:
https://explorer.oasis.io/testnet/sapphire/tx/0xf4dc4d329d86ef20163a7f71d02034da2494946e8a10ead0bc89e5e50516f8d1

  true
  -1234
  1234
  0xC3ecf872F643C6238Aa20673798eed6F7dA199e9
  0x7465737400000000000000000000000000000000000000000000000000000000
  test

https://explorer.oasis.io/testnet/sapphire/tx/0x22c3c69ca9d42edd0fc0f945b969f3fbe7f574aca815379475f1e636c38c766e

  [123, 456, 678]
  ["abc", 123]
@lukaw3d lukaw3d added the documentation Improvements or additions to documentation label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant