Skip to content

Commit

Permalink
Add chain spec
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Dec 2, 2024
1 parent f85450b commit d1fb936
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions develop/parachains/deployment/generate-chain-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,19 @@ After generating a chain specification, you can use it to initialize the genesis
- [**Obtain Coretime**](/develop/parachains/deployment/obtain-coretime/) - learn how to obtain the necessary coretime configuration to synchronize your blockchain’s timestamping and enhance its performance
- [**Deployment**](/develop/parachains/deployment/) - explore the steps required to deploy your chain specification, ensuring a smooth launch of your network and proper node operation
- [**Maintenance**](/develop/parachains/maintenance/) - discover best practices for maintaining your blockchain post-deployment, including how to manage upgrades and monitor network health

## Tutorials



<div class="grid cards" markdown>

- __Spin Your Own Nodes__

---

Launch a blockchain with a private set of authorized validators. Generate keys, create a custom chain spec, and start a two-node network with Aura consensus.

[:octicons-arrow-right-24: Reference](tutorials/polkadot-sdk/parachains/local-chain/spin-your-nodes/)

</div>

0 comments on commit d1fb936

Please sign in to comment.