Skip to content

Commit

Permalink
Update docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Dec 12, 2022
1 parent d3d1b6c commit 343b933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -643,6 +643,8 @@ After funding the account, you need to deploy it (in case of `ArgentAccount`, th
await account.deployAccount({ maxFee: ... });
```
To successfully deploy `ArgentAccount`, the chain you are interacting with is expected to have its contracts declared. Alpha Goerli and Alpha Mainnet satisfy this criterion, but if you're working with Devnet, this is most easily achievable by running a [Devnet forked](https://shard-labs.github.io/starknet-devnet/docs/guide/fork) from e.g. alpha-goerli.
To retrieve an already deployed Account, use the `getAccountFromAddress` method. What may be especially useful are [predeployed+predefined accounts](https://shard-labs.github.io/starknet-devnet/docs/guide/Predeployed-accounts) that come with Devnet (retrieve them with `starknet.devnet.getPredeployedAccounts()`).
```typescript
Expand Down

0 comments on commit 343b933

Please sign in to comment.