Cyfrin / foundry-full-course-cu

GNU General Public License v3.0
2.87k stars 667 forks source link

Add Steps to Deploy after Private Key Encryption #1276

Closed allwin199 closed 5 months ago

allwin199 commented 6 months ago

Describe the enhancement

In Lesson 6,

cast wallet import your-account-name --interactive
Enter private key:
Enter password:
`your-account-name` keystore was saved successfully. Address: address-corresponding-to-private-key

After following the above steps, below step has to be followed

forge script <script> --rpc-url <rpc_url> --account <account_name> --sender <address> --broadcast

This step is missing.

cromewar commented 5 months ago

Can you please make a pr with this enhancement?

allwin199 commented 5 months ago

@cromewar please check #1277