EVM script encoder
This tool will generate an evm script for a single function call.
Usage
- Install dependencies
npm i
- Replace the sample inputs in
config.js
with the corresponding inputs for the script you'd like to encode. - Run the script
node .
Stand alone tool to generate an EVM script for a single function call
Repository from Github https://github.comc0rv0s/EVM-script-encoder
This tool will generate an evm script for a single function call.
npm i
config.js
with the corresponding inputs for the script you'd like to encode.node .
Stand alone tool to generate an EVM script for a single function call