https://github.com/remusdbd/sol-cheatsheet
cheatsheet-for-solidity-tools
https://github.com/remusdbd/sol-cheatsheet
solidity solidity-cheatsheet solidity-tool solidity-tools
Last synced: about 2 months ago
JSON representation
cheatsheet-for-solidity-tools
- Host: GitHub
- URL: https://github.com/remusdbd/sol-cheatsheet
- Owner: RemusDBD
- License: gpl-3.0
- Created: 2024-11-22T04:14:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T11:05:27.000Z (5 months ago)
- Last Synced: 2025-02-02T02:18:48.361Z (4 months ago)
- Topics: solidity, solidity-cheatsheet, solidity-tool, solidity-tools
- Language: Lua
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sol-cheatsheet
cheatsheet-for-solidity-toolsTool for compiling on old version solidity contract :
- [solc-select](https://github.com/RemusDBD/sol-cheatsheet/blob/main/cheat-sheet-solc-select.sh)Output/Convert solidity contract to low-level formats :
- [solc-output](https://github.com/RemusDBD/sol-cheatsheet/blob/main/cheat-sheet-solc-output.sh)
- [example](https://github.com/RemusDBD/sol-cheatsheet/tree/main/example/cheat-sheet-solc-output)Visualization of how EVM behaves on the stack & memory :
- [example_visualization](https://github.com/RemusDBD/sol-cheatsheet/blob/main/example/cheat-sheet-solc-output/visualization/example_visualization/main.lua)