book icon indicating copy to clipboard operation
book copied to clipboard

Add "Scripting with Arguments" section to Solidity Scripting documentation

Open TomasCImach opened this issue 4 months ago • 0 comments

This PR adds a new "Scripting with Arguments" section to the Solidity Scripting documentation. It includes:

  • An example of a modified NFT.s.sol script that accepts arguments
  • A command-line example for running the script with arguments
  • Explanation of the new command structure

This addition demonstrates how to create more flexible and reusable Foundry scripts, allowing developers to deploy different NFT contracts without modifying the script each time.

TomasCImach avatar Oct 11 '24 13:10 TomasCImach