Skip to content

Commit

Permalink
add note about prefunded accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Dec 31, 2024
1 parent e528b98 commit 21affe8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ This command ensures the runtime compiles without errors, validates the pallet c

Launch your parachain locally and start producing blocks:

!!!info
The chain specification generated above includes "Alice" and "Bob" as pre-funded accounts. Take a look on the [Polkadot.js Accounts section](https://polkadot.js.org/apps/#/accounts){target=\_blank}. These accounts can be used to sign and send transactions, as you will need an account with the native parachain's currency to pay fees when sending transactions.

1. Create a new chain specification file with the updated runtime:

```bash
Expand Down

0 comments on commit 21affe8

Please sign in to comment.