Skip to content

Commit

Permalink
docs: provider requirement for account deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Feb 26, 2024
1 parent b313230 commit 789203f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/src/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 789203f

Please sign in to comment.