EOA
In the Ethereum ecosystem, there are two types of accounts: externally owned accounts (EOAs) and contract accounts. EOAs are controlled by private keys, while contract accounts are controlled by their contract code.
The EOA mode in pandoras-box
involves simple value-only transfers between accounts using the native network currency. The value of each stress test transaction in this mode is set at 0.0001
of the native currency. This mode is useful for testing the performance of the network when only simple value transfers are being made.
Last updated