command line for decode/encode function signature,input data and event log
- abi
- getFunctionSighash
- getEventTopic
- decode
- decodeData
- decodeLog
- erc20
- decodeData
- getFunctionSighash
- decodeLog
- getEventTopic
yarn install
#get info of command
$ yarn start:cli {command} --help
#get function sighash
$ yarn start:cli abi getFunctionSighash --abiPath={YOUR_ABI_PATH}
#get decoded data
$ yarn start:cli decode decodeData {INPUT_DATA} --abiPath={YOUR_ABI_PATH}
yarn test