Skip to content

Commit d8e763e

Browse files
authoredSep 12, 2024··
add Calldata Visualizer link (#432)
1 parent fa7f226 commit d8e763e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
261261
* [Online ABI encoder](https://github.com/HashEx/abiencoder) - Free ABI encoder online service that allows you to encode your Solidity contract’s functions and constructor arguments.
262262
* [Online Solidity 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.
263263
* [ABI decoder](https://github.com/ConsenSys/abi-decoder) - library for decoding data params and events from Ethereum transactions
264+
* [ABI Calldata Visualizer](https://purrproof.github.io/calldata-visualizer/) - Interactive calldata visualization.
264265
* [ABI-gen](https://github.com/0xProject/0x-monorepo/tree/development/packages/abi-gen) - Generate Typescript contract wrappers from contract ABI's.
265266
* [Ethereum ABI UI](https://github.com/hiddentao/ethereum-abi-ui) - Auto-generate UI form field definitions and associated validators from an Ethereum contract ABI
266267
* [headlong](https://github.com/esaulpaugh/headlong/) - type-safe Contract ABI and Recursive Length Prefix library in Java

0 commit comments

Comments
 (0)
Please sign in to comment.