book icon indicating copy to clipboard operation
book copied to clipboard

A book on all things Foundry, available at https://book.getfoundry.sh.

Results 123 book issues
Sort by recently updated
recently updated
newest added

add more examples for the oklink verify, replace the verify url with the newest one

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"...

good first issue
T-to-fix

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.