An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# sol-cheatsheet
cheatsheet-for-solidity-tools

Tool 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)