Skip to content
Open
Show file tree
Hide file tree
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: 1 addition & 3 deletions docs/base-chain/quickstart/deploy-on-base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,4 @@ 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 Book](https://book.getfoundry.sh/).
2 changes: 1 addition & 1 deletion docs/get-started/deploy-smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ 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 Book](https://book.getfoundry.sh/).