Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
run prettier --write .
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Jan 16, 2024
1 parent f1c0747 commit 6f5f9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-08-01-deploymet-and-interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To declare and deploy the piggy bank contract, it’s required that you have the

3. Deployer Account: To interact with the starknet network via Starkli, you need a cli account/ wallet. You can easily set that up by going through [this page](ch04-03-deploy-hello-account.md).

4. Sufficient gas fees to cover the declaration and deployment steps: you can get starknet Sepolia Eth either by bridging your Sepolia Eth on Ethereum to Starknet [here](https://www.yetanotherswap.com/bridge).
4. Sufficient gas fees to cover the declaration and deployment steps: you can get starknet Sepolia Eth either by bridging your Sepolia Eth on Ethereum to Starknet [here](https://www.yetanotherswap.com/bridge).

Once you’ve been able to sort all that out, let's proceed with declaring and deploying the piggy bank contract.

Expand Down

0 comments on commit 6f5f9f6

Please sign in to comment.