# GUIDES

- [Create a new chain](/chains/guides/create-a-new-chain.md)
- [Create a new pallet](/chains/guides/create-a-new-pallet.md)
- [Build](/chains/guides/build-your-chain.md)
- [Build your chain specification](/chains/guides/build-your-chain/build-spec.md): Generate a plain chain specification and optional artifacts for your chain.
- [Build your runtime deterministically](/chains/guides/build-your-chain/build-deterministic-runtime.md): The following guide shows how to build deterministic runtimes.
- [Test runtime upgrades](/chains/guides/test-runtime-upgrades.md): The following guide shows how to test runtime upgrades.
- [Upgrade Polkadot SDK dependencies](/chains/guides/upgrade-polkadot-sdk.md): Upgrade Polkadot SDK dependency versions in a chain project with Pop CLI.
- [Benchmarking](/chains/guides/benchmarking-pallets-and-extrinsics.md)
- [Deploy](/chains/guides/launch-a-chain.md): The following guides show how to launch a chain on Polkadot.
- [Launch a Chain in Development](/chains/guides/launch-a-chain/running-your-chain.md)
- [Launch a Known Chain](/chains/guides/launch-a-chain/launch-a-known-chain.md)
- [Launch a Chain to Paseo](/chains/guides/launch-a-chain/launch-a-chain-to-paseo.md): This guide shows how launch a chain on Paseo (Local or Live)
- [Launch Paseo](/chains/guides/launch-a-chain/launch-a-chain-to-paseo/launch-paseo.md): How to spin up the Paseo Relay chain locally
- [Set up keys](/chains/guides/launch-a-chain/launch-a-chain-to-paseo/keys.md): The following guide shows how to generate keys.
- [Acquire Coretime](/chains/guides/launch-a-chain/launch-a-chain-to-paseo/coretime.md): The following guide shows how to acquire coretime.
- [Deploy a chain with Polkadot Deployment Portal](/chains/guides/launch-a-chain/deploy-a-chain-polkadot-deployment-portal.md): This guide explains how to deploy a chain using the Polkadot Deployment Portal.
- [Running a post-startup command](/chains/guides/launch-a-chain/running-a-post-startup-command.md): The following will guide developers on how to run a command after launch of your network.
- [Call](/chains/guides/call-a-chain.md)
- [Fork a chain](/chains/guides/fork-a-chain.md): Fork a live chain and run a local RPC server with pop fork.
- [Securely Sign Transactions from CLI](/chains/guides/securely-sign-transactions-from-cli.md)
- [Hash](/chains/guides/hashing.md): Hash data quickly for identifiers, integrity checks, and tooling when building on Polkadot with Pop CLI.
- [Clean local resources](/chains/guides/cleaning.md): Clean Pop CLI caches, local nodes, or running networks.
- [Conversions](/chains/guides/address-conversion.md): Convert addresses between Ethereum and Polkadot formats seamlessly when building cross-chain applications with Pop CLI.
