https://github.com/zsystm/solizard
Super easy interactive shell for interacting with smart contract on any evm chain.
https://github.com/zsystm/solizard
smart-contract solidity
Last synced: 6 months ago
JSON representation
Super easy interactive shell for interacting with smart contract on any evm chain.
- Host: GitHub
- URL: https://github.com/zsystm/solizard
- Owner: zsystm
- License: mit
- Created: 2024-05-17T19:59:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T16:23:07.000Z (about 1 year ago)
- Last Synced: 2025-05-08T17:35:15.878Z (about 1 year ago)
- Topics: smart-contract, solidity
- Language: Go
- Homepage:
- Size: 3.6 MB
- Stars: 61
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solizard :lizard:
Super easy interactive shell for interacting with smart contract on any evm chain.

## Features
- :scroll: Read contract state (Eth Call)
- :rocket: Write contract state (Eth SendTransaction)
## How to use
1. Install solizard `go install github.com/zsystm/solizard/cmd/solizard@latest`
2. Place your contract ABI in `$HOME/.solizard/abis/*.abi`
3. Run `solizard`
## Security
- private key is in memory and NEVER leaves the terminal
- NO backend, NO database, NO tracking