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 example of the README.md is fine enough and fully understandable if one knows the solidity code. Still a formal documentation could help (for example I do not understand anonymous events).
But the translation from the solidity code to the Javascript definition of the function types can clearly be done automatically. Surely a script can be written. Has someone written such a script and would be interested in one?
Thank you very much for writing this.
EDIT: Found the solution. It is solc Filename.sol --abi. Should be part of the readme.
The text was updated successfully, but these errors were encountered:
The example of the README.md is fine enough and fully understandable if one knows the solidity code. Still a formal documentation could help (for example I do not understand anonymous events).
But the translation from the solidity code to the Javascript definition of the function types can clearly be done automatically. Surely a script can be written. Has someone written such a script and would be interested in one?
Thank you very much for writing this.
EDIT: Found the solution. It is
solc Filename.sol --abi
. Should be part of the readme.The text was updated successfully, but these errors were encountered: