Super easy interactive shell for interacting with smart contract on any evm chain.
- 📜 Read contract state (Eth Call)
- 🚀 Write contract state (Eth SendTransaction)
- Install solizard
go install github.com/zsystm/solizard/cmd/solizard@latest
- Place your contract ABI in
$HOME/.solizard/abis/*.abi
- Run
solizard
- private key is in memory and NEVER leaves the terminal
- NO backend, NO database, NO tracking