Skip to content

Commit

Permalink
GITBOOK-135: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored and gitbook-bot committed Sep 9, 2024
1 parent 651e59d commit f0368bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pop-cli-for-appchains/guides/running-on-paseo-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ Cool. Make sure to add your account to the [Polkadot Signer extension](https://p

> Alternatively, you can check the Paseo chain state under [system.account()](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpaseo-rpc.dwellir.com#/chainstate) to see your account balance.
You may have to wait a few minutes to see the funds appear in [your Paseo account.](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpaseo-rpc.dwellir.com#/accounts)

### Create a Session Key

We now need to create one more account. In order for collators to produce blocks, they need to sign the block with an (account) key. We call this account key the session key. It is the account that is specifically created for block production.
Expand Down Expand Up @@ -221,8 +219,7 @@ Make sure to edit your chain spec and: 
Since we have modified our chain spec, we will need to re-generate the raw chain spec:

```bash
./target/release/parachain-template-node build-spec --chain chain-spec.json
--disable-default-bootnode --raw > chain-spec-raw.json
./target/release/parachain-template-node build-spec --chain chain-spec.json --disable-default-bootnode --raw > chain-spec-raw.json
```


Expand Down

0 comments on commit f0368bf

Please sign in to comment.