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

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.

Awesome Lists containing this project

README

          

# Solizard :lizard:

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

Demo

## 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