# Create a new blockchain

### Basic architecture of a blockchain network

<figure><img src="https://2688244615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqpKohKlriBQm0I9cc9k5%2Fuploads%2FsmdeST3b8IFc0dEtTtik%2FScreenshot%202024-11-03%20at%2021.58.06.png?alt=media&#x26;token=be0fef19-ffbe-4cc3-895e-049cad72e6cf" alt=""><figcaption><p>Basic architecture of a blockchain network</p></figcaption></figure>

### What is a Polkadot SDK?

Learn more about Polkadot SDK: <https://polkadot.com/platform/sdk>

<figure><img src="https://2688244615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqpKohKlriBQm0I9cc9k5%2Fuploads%2FN4otc9jqbFpNGWCUVzA5%2FScreenshot%202024-11-03%20at%2021.45.14.png?alt=media&#x26;token=f7365847-c4aa-4d99-9f33-1fe42a8279f8" alt=""><figcaption><p>Key Features of Polkadot SDK</p></figcaption></figure>

### What is a Substrate framework?&#x20;

Polkadot is a layer-0 protocol and multichain network laying the foundation for the future of Web3. Substrate is the primary blockchain SDK used by developers to create the parachains that make up the Polkadot network.

* Learn more about Substrate: <https://substrate.io/vision/substrate-and-polkadot/>

{% content-ref url="create-a-new-blockchain/understanding-the-architecture" %}
[understanding-the-architecture](https://bootcamp.openguild.wtf/building-a-blockchain-with-polkadot-sdk/polkadot-sdk/substrate/create-a-new-blockchain/understanding-the-architecture)
{% endcontent-ref %}

### Create a new blockchain with Pop CLI

{% content-ref url="create-a-new-blockchain/introducing-to-pop-cli-tool" %}
[introducing-to-pop-cli-tool](https://bootcamp.openguild.wtf/building-a-blockchain-with-polkadot-sdk/polkadot-sdk/substrate/create-a-new-blockchain/introducing-to-pop-cli-tool)
{% endcontent-ref %}

### Running a solochain

{% embed url="<https://docs.substrate.io/tutorials/build-a-blockchain/build-local-blockchain/>" %}

### Running a local relaychain / parachain network

Building a parachain on Polkadot Wiki: <https://wiki.polkadot.network/docs/build-guide#building-parachains>

<figure><img src="https://2688244615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqpKohKlriBQm0I9cc9k5%2Fuploads%2FNayoDnmYZGF08DtWNXHL%2Fimage.png?alt=media&#x26;token=a448b8f0-4f6f-4911-b766-5cd50bb42b2a" alt=""><figcaption><p>Components of a Polkadot network with Relay Chain &#x26; Parachains</p></figcaption></figure>
