Deploying and Verifying - Foundry Book

PHOTO EMBED

Wed Apr 10 2024 05:35:11 GMT+0000 (Coordinated Universal Time)

Saved by @katyno

$ forge create --rpc-url <your_rpc_url> \
    --constructor-args "ForgeUSD" "FUSD" 18 1000000000000000000000 \
    --private-key <your_private_key> \
    --etherscan-api-key <your_etherscan_api_key> \
    --verify \
    src/MyToken.sol:MyToken
content_copyCOPY

https://book.getfoundry.sh/forge/deploying