Interact with Hardhat
Prerequisites
Start the Hardhat console
npx hardhat console --network inj_testnetconst Counter = await ethers.getContractFactory('Counter');
const counter = await Counter.attach('0x98798cc92651B1876e9Cc91EcBcfe64cac720a1b');> const Counter = await ethers.getContractFactory('Counter');
undefined
> const counter = await Counter.attach('0x98798cc92651B1876e9Cc91EcBcfe64cac720a1b');
undefinedInvoke function - query
Invoke function - transaction
Stop the Hardhat console
Next steps
Last updated
