diff --git a/documentation/testnet/getting_started/03_deploy_and_execute_demo.md b/documentation/testnet/getting_started/03_deploy_and_execute_demo.md index f248cf37a..aa5fd0286 100644 --- a/documentation/testnet/getting_started/03_deploy_and_execute_demo.md +++ b/documentation/testnet/getting_started/03_deploy_and_execute_demo.md @@ -95,8 +95,12 @@ PATHTOAPP=$(realpath -q $APPNAME) ### 4. Confirm the Aleo faucet ⛲️ has sent your wallet credits + + Before moving forward, verify that you have recieved the Aleo credits from the faucet, if you have not, you must wait for that step to complete. You can verify that your address has recieved credits by checking using an [Aleo Explorer](https://explorer.hamp.app/). Search for your address and confirm that it has a public credits balance. If you recieve a 404, then your address has not recieved any credits yet. + + ### 5. Deploy your test application Now that we have all the details required, we can deploy your first Leo application.