Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/get-started/deploy-smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ This will return the initial value of the Counter contract's `number` storage va

- Use [wagmi](https://wagmi.sh) or [viem](https://viem.sh) to connect your frontend to your contracts.
- Learn more about interacting with your contracts in the command line using Foundry from our [Foundry tutorial](/learn/foundry/deploy-with-foundry).
> ⚠️ **Important:** Before deploying smart contracts, ensure your RPC endpoint and network configuration match the intended environment (Base mainnet vs testnet). Misconfiguration may lead to failed deployments or unexpected contract behavior.