Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
lisa-parity committed Jul 26, 2022
commit 042482f5ef90bba30dfa47b0c0424695323d4dc2
5 changes: 5 additions & 0 deletions content/config/nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ tutorials:
url: /tutorials/connect-other-chains/access-evm-accounts/
#- title: Send cross-consensus messages (XCM)
# url: /tutorials/connect-other-chains/xcm/
- title: Integrate with tools
url: /tutorials/integrate-with-tools/
pages:
- title: Connect to a chain from a browser
url: /tutorials/integrate-with-tools/substrate-connect/
reference:
title: Reference
url: /reference/
Expand Down
13 changes: 13 additions & 0 deletions content/md/en/docs/tutorials/integrate-with-tools/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Integrate with tools
description: Demonstrates use cases for tools that enable you to connect to and interact with Substrate nodes and Substrate-based blockchains.
keywords:
---

The **Integrate with tools** tutorials highlight tools and node extensions that enable you to access, synchronize, and interact with information from Substrate nodes and the blockchain.

- [Connect to a chain from the browser](/tutorials/integrate-with-tools/substrate-connect/) XXX.
- [Connect a local parachain](/tutorials/connect-other-chains/local-parachain/) highlights the steps necessary to connect your local parachain to a relay chain.
- [Connect to Rococo testnet](/tutorials/connect-other-chains/rococo-slot/) summarizes the steps for connecting a parachain to the Rococo test network.
<!-- TODO: WIP page on XCM -->
<!-- - [Send cross-consensus messages (XCM)](/tutorials/connect-other-chains/xcm/) summarizes the steps for connecting a parachain to the Rococo test network. -->
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Connect a light client
description: Introduces tutorials for running in-browser light clients via Substrate Connect.
description: Introduces tutorials for running in-browser light clients using Substrate Connect.
keywords:
---

Expand Down