For the complete documentation index, see llms.txt. This page is also available as Markdown.

5.7 Interacting with the Contract

After deployment, Remix provides an interface to interact with the contract.

You can:

  • call setValue() to update state

  • call getValue() to read state

Each transaction will:

  • require gas fees

  • be recorded on-chain

  • be visible in the explorer

Last updated