Skip to content

Commit 5308fe7

Browse files
displays log output as shell code
1 parent bf95981 commit 5308fe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/developers/tutorials/your-first-dapp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,15 @@ We'll take a look at the log output. We have 2 elements that need our attention:
157157

158158
Devnet Explorer will be your best friend in developing dApps on the MultiversX Blockchain, as you'll first deploy and test your dApps on Devnet.
159159

160+
```sh
160161
INFO:accounts:Account.sync_nonce()
161162
INFO:accounts:Account.sync_nonce() done: 32
162163
INFO:cli.contracts:Contract address: erd1qqqqqqqqqqqqqpgq0hmfvuygs34cgqsvgg6fpq9c5mffh4y04cysagr6cn
163164
INFO:utils:View this contract address in the MultiversX Devnet Explorer: https://devnet-explorer.multiversx.com/accounts/erd1qqqqqqqqqqqqqpgq0hmfvuygs34cgqsvgg6fpq9c5mffh4y04cysagr6cn
164165
INFO:transactions:Transaction.send: nonce=32
165166
INFO:transactions:Hash: ee84f3e833d439e159c9619fd76e26d2afcdad62c197d87e4940072f18558153
166167
INFO:utils:View this transaction in the MultiversX Devnet Explorer: https://devnet-explorer.multiversx.com/transactions/ee84f3e833d439e159c9619fd76e26d2afcdad62c197d87e4940072f18558153
168+
```
167169

168170
The smart contract is now deployed on the blockchain. We can interact with it using blockchain transactions in order to invoke smart contract functions `ping` or `pong`.
169171

0 commit comments

Comments
 (0)