Skip to content

Commit

Permalink
Merge pull request #1061 from vinibarbosabr/patch-1
Browse files Browse the repository at this point in the history
Add comment related to `Wallet::from_pem_file("/ping-pong/wallet/wall…
  • Loading branch information
radumojic authored Mar 6, 2025
2 parents 411b292 + b4540c9 commit 65e5349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developers/tutorials/your-first-dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ The interactor crate is located at `ping-pong/contract/ping-pong/interactor` and
To access `wallet-owner.pem` you must navigate up three folders: `../../../`, then into the **wallet** directory.
:::

Make sure to add the absolute path at `Wallet::from_pem_file("/ping-pong/wallet/wallet-owner.pem")`, completing the missing directories above "ping-pong".

This next command deploys the Ping-Pong contract with the following settings:

- Ping Amount: **1 EGLD**.
Expand Down

0 comments on commit 65e5349

Please sign in to comment.