gm

In the process of implementing EIP-7702 at the client level, we observed that there weren't any good tools for testing new EIP-2718 transaction types. This led us to build tx-util, a utility for rlp-encoding and signing new EIP-2718 typed transactions for testing.

Installation

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Note: This utility has not been checked for correctness and should not be used to generate transactions for mainnet. It is for testing purposes only. It does not support error handling and should not be used e.g., in CI pipelines.


Last updated