Skip to content

Commit

Permalink
switch to lists
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaben committed Dec 18, 2024
1 parent 1e941c1 commit 428efc3
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions develop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@ Build, deploy, and maintain custom parachains with the Polkadot SDK.

- <h3>:octicons-book-16:{ .lg .middle } Learn</h3>
<hr>
[Parachains Overview](/polkadot-protocol/architecture/parachains/overview/){target=\_blank}
[Introduction to the Polkadot SDK](/develop/parachains/intro-polkadot-sdk/){target=\_blank}
[Customize Your Parachain](/develop/parachains/customize-parachain/){target=\_blank}
- [Parachains Overview](/polkadot-protocol/architecture/parachains/overview/){target=\_blank}
- [Introduction to the Polkadot SDK](/develop/parachains/intro-polkadot-sdk/){target=\_blank}
- [Customize Your Parachain](/develop/parachains/customize-parachain/){target=\_blank}

- <h3>:octicons-rocket-16:{ .lg .middle } Build</h3>
<hr>
[Parachain Developer Zero to Hero Guides](/tutorials/polkadot-sdk/parachains/zero-to-hero/){target=\_blank}
[Install Polkadot SDK Dependencies](/develop/parachains/install-polkadot-sdk/){target=\_blank}
- [Parachain Developer Zero to Hero Guides](/tutorials/polkadot-sdk/parachains/zero-to-hero/){target=\_blank}
- [Install Polkadot SDK Dependencies](/develop/parachains/install-polkadot-sdk/){target=\_blank}

- <h3>:octicons-tools-16:{.lg .middle} Tools</h3>
<hr>
[Parachain Template](https://github.com/paritytech/polkadot-sdk/tree/master/templates/parachain){target=\_blank}
[Open Zeppelin Polkadot Runtime Templates](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main){target=\_blank}
- [Parachain Template](https://github.com/paritytech/polkadot-sdk/tree/master/templates/parachain){target=\_blank}
- [OpenZeppelin Polkadot Runtime Templates](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main){target=\_blank}

- <h3>:octicons-code-square-16:{.lg .middle} Resources</h3>
<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 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}

</div>

Expand All @@ -83,23 +83,23 @@ Leverage smart contracts and execute custom logic over existing chains to stream

- <h3>:octicons-book-16:{ .lg .middle } Learn</h3>
<hr>
[Overview - Smart Contracts on Polkadot](/develop/smart-contracts/overview/){target=\_blank}
[EVM Compatible Parachains](/develop/smart-contracts/evm/parachain-contracts/#evm-compatible-parachains){target=\_blank}
- [Overview - Smart Contracts on Polkadot](/develop/smart-contracts/overview/){target=\_blank}
- [EVM-Compatible Parachains](/develop/smart-contracts/evm/parachain-contracts/#evm-compatible-parachains){target=\_blank}

- <h3>:octicons-rocket-16:{.lg .middle} Build</h3>
<hr>
[Deploy a Smart Contract to Asset Hub](/develop/smart-contracts/evm/native-evm-contracts/#deploy-a-smart-contract-to-asset-hub){target=\_blank}
[Deploy a Wasm Smart Contract](/develop/smart-contracts/wasm-ink/){target=\_blank}
- [Deploy a Smart Contract to Asset Hub](/develop/smart-contracts/evm/native-evm-contracts/#deploy-a-smart-contract-to-asset-hub){target=\_blank}
- [Deploy a Wasm Smart Contract](/develop/smart-contracts/wasm-ink/){target=\_blank}

- <h3>:octicons-tools-16:{.lg .middle} Tools</h3>
<hr>
[`cargo-contract` CLI Tool](https://github.com/use-ink/cargo-contract){target=\_blank}
[Remix - Ethereum IDE](https://remix.ethereum.org/){target=\_blank}
- [`cargo-contract` CLI Tool](https://github.com/use-ink/cargo-contract){target=\_blank}
- [Remix - Ethereum IDE](https://remix.ethereum.org/){target=\_blank}

- <h3>:octicons-code-square-16:{.lg .middle} Resources</h3>
<hr>
[Runtime vs Smart Contract - Polkadot SDK Rust docs](https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/reference_docs/runtime_vs_smart_contract/index.html){target=\_blank}
[Pure Rust Implementation of EVM](https://github.com/rust-ethereum/evm){target=\_blank}
- [Runtime vs Smart Contract - Polkadot SDK Rust docs](https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/reference_docs/runtime_vs_smart_contract/index.html){target=\_blank}
- [Pure Rust Implementation of EVM](https://github.com/rust-ethereum/evm){target=\_blank}

</div>

Expand All @@ -111,26 +111,26 @@ Integrate with the Polkadot blockchain's underlying protocol features to create

- <h3>:octicons-book-16:{ .lg .middle } Learn</h3>
<hr>
[Options for Wallet Integration](/develop/toolkit/integrations/wallets/){target=\_blank}
[Options for Indexer Integration](/develop/toolkit/integrations/indexers/){target=\_blank}
[Options for Oracle Integration](/develop/toolkit/integrations/oracles/){target=\_blank}
- [Options for Wallet Integration](/develop/toolkit/integrations/wallets/){target=\_blank}
- [Options for Indexer Integration](/develop/toolkit/integrations/indexers/){target=\_blank}
- [Options for Oracle Integration](/develop/toolkit/integrations/oracles/){target=\_blank}

- <h3>:octicons-rocket-16:{.lg .middle} Build</h3>
<hr>
[Install and Get Started with Polkadot.js API](/develop/toolkit/api-libraries/polkadot-js-api/){target=\_blank}
[Install and Get Started with Polkadot-API (PAPI)](/develop/toolkit/api-libraries/papi/){target=\_blank}
[Install and Get Started with Python Substrate Interface](/develop/toolkit/api-libraries/py-substrate-interface/){target=\_blank}
- [Install and Get Started with Polkadot.js API](/develop/toolkit/api-libraries/polkadot-js-api/){target=\_blank}
- [Install and Get Started with Polkadot-API (PAPI)](/develop/toolkit/api-libraries/papi/){target=\_blank}
- [Install and Get Started with Python Substrate Interface](/develop/toolkit/api-libraries/py-substrate-interface/){target=\_blank}

- <h3>:octicons-tools-16:{.lg .middle} Tools</h3>
<hr>
[Polkadot.js API](https://github.com/polkadot-js/api){target=\_blank}
[Polkadot-API (PAPI)](https://github.com/polkadot-api/polkadot-api){target=\_blank}
[Sidecar REST API](https://github.com/paritytech/substrate-api-sidecar){target=\_blank}
- [Polkadot.js API](https://github.com/polkadot-js/api){target=\_blank}
- [Polkadot-API (PAPI)](https://github.com/polkadot-api/polkadot-api){target=\_blank}
- [Sidecar REST API](https://github.com/paritytech/substrate-api-sidecar){target=\_blank}

- <h3>:octicons-code-square-16:{.lg .middle} Resources</h3>
<hr>
[RPC Endpoints](/develop/networks/){target=\_blank}
[Polkadot Ecosystem Toolkit](/develop/toolkit/){target=\_blank}
- [RPC Endpoints](/develop/networks/){target=\_blank}
- [Polkadot Ecosystem Toolkit](/develop/toolkit/){target=\_blank}

</div>

Expand Down

0 comments on commit 428efc3

Please sign in to comment.