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
4 changes: 3 additions & 1 deletion docs/get-started/deploy-smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,6 @@ This will return the initial value of the Counter contract's `number` storage va
## Next Steps

- 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).
- Learn more about interacting with your contracts in the command line
using Foundry from the [Foundry Book](https://book.getfoundry.sh/)
or the [archived Base learn docs](https://github.com/base/learn-docs).