From 789203f352b3d85859e9cc5e0a4722271147144e Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Mon, 26 Feb 2024 15:29:21 +0000 Subject: [PATCH] docs: provider requirement for `account deploy` --- book/src/accounts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/src/accounts.md b/book/src/accounts.md index 0eebb51..0b2bf76 100644 --- a/book/src/accounts.md +++ b/book/src/accounts.md @@ -41,6 +41,8 @@ starkli account deploy /path/to/account > ℹ️ **Note** > > This command also requires a signer. You must provide the same signer used for creating the account file in the first place. +> +> Unlike the `init` command, `deploy` needs to access the network, so a [provider](./providers.md) must also be configured. When run, the command shows the address where the contract will be deployed on, and instructs the user to fund the account before proceeding. Here's an example command output: