We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3d13ad0
New cli:
devd query balance [account_address] [optional_erc20_contract_addresses...]
devd convert solc_sig [event/method signature]
devd debug intrinsic_gas [0xdata]
New feature: Lazy RPC setting via environment variable (export DEVD_EVM_RPC='...')
export DEVD_EVM_RPC='...'
Update
go install -v github.com/bcdevtools/devd/cmd/devd@v1.2.1
2b66f9c
Add queries:
go install -v github.com/bcdevtools/devd/cmd/devd@v1.1.1
4467043
fix README.md