From 55cccb0f34cbc18750ac6b50d47a8db0df0c1980 Mon Sep 17 00:00:00 2001 From: jackerleon <114061699+jackerleon@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:52:04 +0545 Subject: [PATCH] ABI Encoder Online Solidity ABI Encoder to encode smart contract arguments, and also perform read and write operations on the blockchain. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b09747..ccd4f1e 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Join Trail of Bits for a free Ethereum Office Hours session by [reserving a slot * [Panoramix](http://eveem.org/about) * [pyevmasm](https://github.com/trailofbits/pyevmasm) - EVM assembler and disassembler with a CLI and a Python API * [Rattle](https://github.com/trailofbits/rattle) - EVM binary static analysis framework. Produces SSA representations of EVM code. +* [ABI Encoder](https://neptunemutual.com/web3-tools/solidity-abi-encoder-online/) - Online Solidity ABI Encoder to encode smart contract arguments, and also perform read and write operations on the blockchain. ### Custody