This script showcases reth issue that results in inconsistent data in JSON RPC API.
After transaction with nonce X is included in the block node may still return nonce X
as a response for eth_getTransactionCount(address, 'pending')
.
npm
and docker
are used to run script and reth. Make sure they are installed.
Run setup.sh
to install script dependencies and start reth.
Run npm start
to start script.