From d1fb93614c07c3cea06321f38ddae8d4ae87e968 Mon Sep 17 00:00:00 2001 From: 0xLucca <0xlucca.dev@gmail.com> Date: Mon, 2 Dec 2024 14:17:28 -0300 Subject: [PATCH] Add chain spec --- .../deployment/generate-chain-specs.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/develop/parachains/deployment/generate-chain-specs.md b/develop/parachains/deployment/generate-chain-specs.md index 27a414f6a..a181c794b 100644 --- a/develop/parachains/deployment/generate-chain-specs.md +++ b/develop/parachains/deployment/generate-chain-specs.md @@ -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 + + + +
+ +- __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/) + +
\ No newline at end of file