Skip to content

Tooling for encoding rpc calls for EVM compatible chains

Notifications You must be signed in to change notification settings

manifoldfinance/libcaller

Repository files navigation

libcaller

monorepo for rpc/call data methods and tools

npm i -g solidity-gencall && solgen --version

Overview

solidity-gencall is a shell utility for encoding multicall rpc calls on EVM compatible chains

Usage

Quick start

solgen

solgen will recognize your function's and provide a menu for you, e.g.

? Select Function
WETH()
router()
permitAndCall(address,uint256,bytes4,bytes,bytes4,bytes)

Configuration File

.env
MNEMONIC=your-mneomic-phrase
RPC_ENDPOINT=your json rpc provider endpoint

License

MIT

Repo overview