Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 546 Bytes

Solizard 🦎

Super easy interactive shell for interacting with smart contract on any evm chain.

Demo

Features

  • 📜 Read contract state (Eth Call)
  • 🚀 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