Skip to content

Commit

Permalink
removed tip admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnkelly09 committed Feb 3, 2025
1 parent ce426c2 commit 97a13cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions develop/parachains/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ flowchart TD

- **Acquire coretime** - to build on top of the Polkadot network, users need to acquire coretime (either on-demand or in bulk) to access the computational resources of the relay chain. This allows for the secure validation of parachain blocks through a randomized selection of relay chain validators

!!! tip
If you’re building a standalone blockchain (solochain) that won’t connect to Polkadot as a parachain, you can skip this step, as there’s no need to acquire coretime or implement [Cumulus](https://wiki.polkadot.network/docs/build-pdk#cumulus){target=\_blank}.
If you’re building a standalone blockchain (solochain) that won’t connect to Polkadot as a parachain, you can skip the preceding step, as there’s no need to acquire coretime or implement [Cumulus](https://wiki.polkadot.network/docs/build-pdk#cumulus){target=\_blank}.

- **Launch and monitor** - once everything is configured, you can launch the blockchain, initiating the network with your chain spec and Wasm runtime. Validators or collators will begin producing blocks, and the network will go live. Post-launch, monitoring is vital to ensuring network health—tracking block production, node performance, and overall security

Expand Down

0 comments on commit 97a13cb

Please sign in to comment.