book
book copied to clipboard
Add "Scripting with Arguments" section to Solidity Scripting documentation
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.