'Ethereum transaction simulation and simulation result

guys.

Say that I have some pending transactions in mempool and I would like to simulate these transactions. After simulation, I can be able to read the blockchain state simulation results, like balance change, NFT owner, etc. I Googled and I did not manage to find anything useful.

What I am looking for is something like "blocknative simulation platform". This document mentioned blocknative simulation platform. But I would like to create a home-made system with my "local Ethereum node".

Any suggestion will be appreciated.



Solution 1:[1]

You can compile your code in remix compiler or you can use geth

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mohamad Al Zohbie