Skip to content

Commit 4c3a51a

Browse files
update quick start
1 parent 9574dc2 commit 4c3a51a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

delegation-toolkit/get-started/quickstart.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ delegator account to the delegate account.
101101
This example passes an empty `caveats` array, which means the delegate can perform any action on the delegator's behalf.
102102
We recommend [restricting the delegation](../how-to/create-delegation/restrict-delegation.md) by adding caveat enforcers.
103103

104+
:::warning Important
105+
106+
Before creating a delegation, ensure that the delegator account has
107+
been deployed. If the account is not deployed, redeeming the delegation will fail.
108+
109+
:::
110+
104111
```typescript
105112
import { createDelegation } from "@metamask/delegation-toolkit";
106113

0 commit comments

Comments
 (0)