Skip to content

Commit

Permalink
Add link to best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Dec 18, 2024
1 parent 936b800 commit 4478bb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions develop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Build, deploy, and maintain custom parachains with the Polkadot SDK.
<hr>
- [Polkadot SDK source code repository](https://github.com/paritytech/polkadot-sdk){target=\_blank}
- [FRAME source code repository](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame){target=\_blank}
- [Polkadot SDK Best Practices](https://libro.blockdeep.dev/index.html){target=\_blank}

</div>

Expand Down
6 changes: 6 additions & 0 deletions develop/parachains/customize-parachain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ The [FRAME directory](https://github.com/paritytech/polkadot-sdk/tree/master/sub
<p class="description">Check out the Rust documentation for FRAME, Substrate's preferred framework for building runtimes.</p>
</a>
</div>
<div class="card">
<a href="https://libro.blockdeep.dev/index.html" target="_blank">
<h2 class="title">Polkadot SDK Best Practices</h2>
<p class="description">Understand and address common issues that can arise in blockchain development when building with the Polkadot SDK.</p>
</a>
</div>
</div>

0 comments on commit 4478bb2

Please sign in to comment.