Skip to content

Commit

Permalink
Add note about prefunded accounts (#289)
Browse files Browse the repository at this point in the history
* add note about prefunded accounts

* Update tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md

Co-authored-by: Nicolás Hussein <[email protected]>

* Update tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md

Co-authored-by: Dawn Kelly <[email protected]>

---------

Co-authored-by: Nicolás Hussein <[email protected]>
Co-authored-by: Dawn Kelly <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent ded6daf commit 09a141d
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
Generated chain TestNet specifications include development accounts "Alice" and "Bob." These accounts are pre-funded with native parachain currency, allowing you to sign and send TestNet transactions. Take a look at the [Polkadot.js Accounts section](https://polkadot.js.org/apps/#/accounts){target=\_blank} to view the development accounts for your chain.

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

```bash
Expand Down

0 comments on commit 09a141d

Please sign in to comment.