Course lesson
Send a Transaction With Arguments To Your Smart Contract On Anvil using Cast
We will start off by using cast to interact with our contract that's deployed locally on Anvil. This time instead of calling increment we will call decrement. This will teach us how to interact with our smart contract whenever it expects the user to supply...
- Duration
- 1 min
- Access
- Free
- Transcript
- Available
We will start off by using cast to interact with our contract that's deployed locally on Anvil. This time instead of calling increment we will call decrement. This will teach us how to interact with our smart contract whenever it expects the user to supply some data.