Skip to main content

Get you own node endpoint today

Start for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Executing and simulating transactions on the Monad blockchain can be done by using the following methods: These methods can be used for:
  • Smart contract interaction — execute read-only calls to smart contracts without creating a transaction on the blockchain.
  • Transaction simulation — test transaction execution before broadcasting to ensure expected behavior.
  • Transaction broadcasting — send signed transactions to the network for processing and inclusion in blocks.
  • DApp development — integrate transaction execution capabilities into decentralized applications.