You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/base-docs/docs/building-with-base/quickstart.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,10 @@ Never share or commit your private key. Always keep it secure and handle with ca
113
113
114
114
Now that your environment is set up, let's deploy your contracts to Base Sepolia.
115
115
116
+
:::warning
117
+
Before proceeding with deployment, make sure you have enough test ETH in your wallet on Base Sepolia. You can get test ETH from the faucets mentioned earlier in this guide.
118
+
:::
119
+
116
120
1. Use the following command to compile and deploy your contract
0 commit comments