book
book copied to clipboard
A book on all things Foundry, available at https://book.getfoundry.sh.
add more examples for the oklink verify, replace the verify url with the newest one
- Fixes #756.
I try to deploy my contract using UUPS proxy (ERC1967). But when i run the script, foundry can't found the file. Error message: "Details: `Fail - Unable to verify. Solidity...
Follwing the docs if I do ``` forge create --rpc-url $RPC_URL --private-key $EVM_PRIVATE_KEY --constructor-args "0x999117D44220F33e0441fbAb2A5aDB8FF485c54D" "0xbE406F0189A0B4cf3A05C286473D23791Dd44Cc6" \ > src/Prover-Axelar.sol ``` or ``` forge create --rpc-url $RPC_URL --private-key $EVM_PRIVATE_KEY --constructor-args "0x999117D44220F33e0441fbAb2A5aDB8FF485c54D"...
Add a cheatcode for setting the `blobhash` within a test so that it can be tested.
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...
Documentation for `vm.mockCalls`, see https://github.com/foundry-rs/foundry/pull/9024.