Install Foundry
Get Test ETH
Set Up Development Environment
.env
file with your configuration:
foundry.toml
for Base network configuration:
--verify
flag automatically verifies your contract on BaseScan, making it easier for users to interact with your token.base_sepolia
to base_mainnet
in your deployment command. Ensure you have sufficient ETH on Base Mainnet for deployment and gas fees.