Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 415 Bytes

File metadata and controls

17 lines (9 loc) · 415 Bytes

Interacting smart contract with Remix

  1. Set environment to Metamask and switch network to Sepolia testnet

image

  1. Deploy the contract

  2. Copy and paste IHelloWorld.sol to Remix workspace

  3. Compile and attach the interface to the deployed contract address.

image

  1. Done!

image