Manage bytecode from Truffle's build files
npm install truffle-bytecode-managerCLI tool to manage bytecode from Truffle's build files.
Install with npm install --save-dev truffle-bytecode-manager and use with npx truffle-bytecode
- truffle-bytecode extract: extract bytecode from build files
- truffle-bytecode compare: compare bytecode (with deployment gas cost diffs) from two sets of bytecode
Fork or clone, and then npm install!