From 8e22ba6386e1400e5fc111c59413bb9ce4e95880 Mon Sep 17 00:00:00 2001 From: vasmohi Date: Thu, 21 Nov 2024 11:03:32 +0530 Subject: [PATCH] feat: Added allowance dApp video --- docs/quick-start/developers/allowance-dapp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start/developers/allowance-dapp/index.md b/docs/quick-start/developers/allowance-dapp/index.md index 605b7de..4208abb 100644 --- a/docs/quick-start/developers/allowance-dapp/index.md +++ b/docs/quick-start/developers/allowance-dapp/index.md @@ -9,7 +9,7 @@ description: Smart contracts explaining inter-contract calls **Purpose**: The purpose of this dApp is to teach state management, access control, and inter smart contract calls on the aelf blockchain. This example models how multi-contract systems work together and call each other to securely manage roles and funds in a blockchain environment. **Difficulty Level**: Moderate - + ## Step 1 - Setting up your development environment