Skip to content

Releases: zhjgit/Ethereum-util

Ethereum Solidity Method signature Util

21 Nov 14:51
Compare
Choose a tag to compare

Add the contract document generation tool class, currently executing a jar file will generate the contract method signature file and contract document file

Ethereum Solidity Method signature Util

14 Nov 16:02
Compare
Choose a tag to compare

When using solidity to write contract code, we need to call the contract. We need to know the contract address, contract abi, bin and other files. Most importantly, we need to know the method signature in the contract. This tool jar can execute one click to generate the method signature of all the methods in the contract, so that we can check the proofreading when calling back-end. No need to use Remix to write a method to view the method signature of this contract.