https://github.com/lispc/solidity-bytecode-analyser
https://github.com/lispc/solidity-bytecode-analyser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lispc/solidity-bytecode-analyser
- Owner: lispc
- Created: 2021-12-30T05:55:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T05:56:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T03:16:53.265Z (9 months ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A WIP tool for analysing bytecodes of solidity contracts
[Basic understanding of YUL](https://docs.soliditylang.org/en/v0.8.10/yul.html#complete-erc20-example) is needed for reading the bytecodes generated.
```
npm install
make install-tools
# change your sol source code
npx hardhat compile
make print-asm
make print-bytecode
```
TODOs:
* YUL related features