From 04bb717302a739b74ced0c8047fc35a3e00398e9 Mon Sep 17 00:00:00 2001 From: Tanuj Kushwah Date: Fri, 29 Nov 2024 14:56:56 +0530 Subject: [PATCH] hygiene fixes --- docs/quick-start/developers/dice-game-dapp/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start/developers/dice-game-dapp/index.md b/docs/quick-start/developers/dice-game-dapp/index.md index 2a4ce664..c2ebf090 100644 --- a/docs/quick-start/developers/dice-game-dapp/index.md +++ b/docs/quick-start/developers/dice-game-dapp/index.md @@ -2226,9 +2226,9 @@ aelf-command send $CONTRACT_ADDRESS -a $WALLET_ADDRESS -p $WALLET_PASSWORD -e ht aelf-command call ASh2Wt7nSEmYqnGxPPzp4pnVDU4uhj1XW9Se5VeZcX2UDdyjx -a $WALLET_ADDRESS -p $WALLET_PASSWORD -e https://tdvw-test-node.aelf.io GetContractBalance ``` -## Understanding Inter-Contract Calls in aelf +## Understanding randomization using Oracle Contract in aelf -In this section, we'll explore how inter-contract calls work in the aelf blockchain using the dice game example from the tutorial. This will help you understand how different smart contracts can interact to perform complex operations. +In this section, we'll explore how oracle calls work in the aelf blockchain to generate a verifiable random number using the dice game example from the tutorial. This will help you understand how different smart contracts can interact to perform complex operations. ### 1. **Smart Contract Overview** - **Dice Master Contract**: Manages the game, including initialization, token deposit/withdrawal, interaction with oracle for random number generation and decision of win or lose based on dice outcome.