Skip to content

Commit 4307186

Browse files
committed
Merge remote-tracking branch 'origin/master' into eshaben/infra-formatting
2 parents edd36f4 + 5834bbc commit 4307186

File tree

94 files changed

+1377
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1377
-126
lines changed

.DS_Store

6 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'Check PR Labels'
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check-docs-links:
8+
uses: papermoonio/workflows/.github/workflows/pr-blocked-label.yml@main
9+
with:
10+
whitelist_labels: "B1 - Ready to Merge"

.pages renamed to .nav.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ nav:
44
- infrastructure
55
- polkadot-protocol
66
- tutorials
7+
- get-support
File renamed without changes.
File renamed without changes.

develop/parachains/customize-parachain/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ Parachain templates are specifically designed for chains that will connect to an
101101
- The [`generic-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main/generic-template){target=\_blank} provides a minimal setup with essential pallets and secure defaults, creating a reliable foundation for custom blockchain development
102102
- The [`evm-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main/evm-template){target=\_blank} enables EVM compatibility, allowing developers to migrate Solidity contracts and EVM-based dApps. This template is ideal for Ethereum developers looking to leverage Substrate's capabilities
103103

104-
- [**`Pop Network`**](https://learn.onpop.io/appchains/pop-cli/new#templates){target=\_blank} - designed with user-friendliness in mind, Pop Network offers an approachable starting point for new developers, with a simple CLI interface for creating appchains
105-
106104
Choosing a suitable template depends on your projects unique requirements, level of customization, and integration needs. Starting from a template speeds up development and lets you focus on implementing your chains unique features rather than the foundational blockchain setup.
107105

108106
## Where to Go Next

0 commit comments

Comments
 (0)