Skip to content

Commit ebab3d5

Browse files
committed
add divider
1 parent 06e75fb commit ebab3d5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

develop/smart-contracts/evm/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,21 @@ Whether deploying existing Ethereum contracts on Polkadot or creating new applic
3434
<div class="card">
3535
<a href="https://docs.astar.network/docs/build/EVM/first-contract/" target="_blank">
3636
<h2 class="title">Deploy a Smart Contract on Astar</h2>
37+
<hr>
3738
<p class="description">Follow instructions to deploy your first contract on the Astar parachain using Remix.</p>
3839
</a>
3940
</div>
4041
<div class="card">
4142
<a href="https://docs.moonbeam.network/builders/ethereum/dev-env/remix/" target="_blank">
4243
<h2 class="title">Deploy a Smart Contract on Moonbeam</h2>
44+
<hr>
4345
<p class="description">Follow instructions to deploy your first contract on the Moonbeam parachain using Remix.</p>
4446
</a>
4547
</div>
4648
<div class="card">
4749
<a href="https://evmdocs.acala.network/tooling/remix-ide/deploying-a-smart-contract" target="_blank">
4850
<h2 class="title">Deploy a Smart Contract on Acala</h2>
51+
<hr>
4952
<p class="description">Follow instructions to deploy your first contract on the Acala parachain using Remix.</p>
5053
</a>
5154
</div>

develop/smart-contracts/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Throughout the pages in this section, you'll find resources and guides to help y
3737
<div class="card">
3838
<a href="https://use.ink/" target="_blank">
3939
<h2 class="title">View the Official ink! Documentation</h2>
40+
<hr>
4041
<p class="description">Learn everything you need to know about developing smart contracts with ink!.</p>
4142
</a>
4243
</div>

tutorials/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The Zero to Hero series offers step-by-step guidance to development across the P
2020
<div class="card">
2121
<a href="/tutorials/polkadot-sdk/parachains/zero-to-hero/" target="_blank">
2222
<h2 class="title">Parachain Zero to Hero</h2>
23+
<hr>
2324
<p class="description">Begin with a template then follow this series of step-by-step guides to add pallets, write unit tests and benchmarking, run your parachain locally, perform runtime upgrades, deploy to TestNet, and obtain coretime.</p>
2425
</a>
2526
</div>
@@ -31,24 +32,28 @@ The Zero to Hero series offers step-by-step guidance to development across the P
3132
<div class="card">
3233
<a href="/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/">
3334
<h2 class="title">Set Up a Template</h2>
35+
<hr>
3436
<p class="description">Learn to compile and run a local parachain node using Polkadot SDK. Launch, run, and interact with a pre-configured runtime template.</p>
3537
</a>
3638
</div>
3739
<div class="card">
3840
<a href="/tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet">
3941
<h2 class="title">Build a Custom Pallet</h2>
42+
<hr>
4043
<p class="description">Learn how to build a custom pallet for Polkadot SDK-based blockchains with this step-by-step guide. Create and configure a simple counter pallet from scratch.</p>
4144
</a>
4245
</div>
4346
<div class="card">
4447
<a href="/tutorials/polkadot-sdk/testing/fork-live-chains/">
4548
<h2 class="title">Fork a Live Chain with Chopsticks</h2>
49+
<hr>
4650
<p class="description">Learn how to fork live Polkadot SDK chains with Chopsticks. Configure forks, replay blocks, test XCM, and interact programmatically or via UI.</p>
4751
</a>
4852
</div>
4953
<div class="card">
5054
<a href="/tutorials/interoperability/xcm-channels/para-to-para/">
5155
<h2 class="title">Open an XCM Channel</h2>
56+
<hr>
5257
<p class="description">Learn how to open HRMP channels between parachains on Polkadot. Discover the step-by-step process for establishing uni- and bidirectional communication.</p>
5358
</a>
5459
</div>

0 commit comments

Comments
 (0)