From ca61422537cb468fcbab6231f6da0b013c23f6fa Mon Sep 17 00:00:00 2001 From: Gregory Luneau Date: Tue, 4 Jan 2022 15:11:50 -0500 Subject: [PATCH] composable refactoring --- SUMMARY.md | 7 +++++-- acala/integration/README.md | 4 ++-- .../composable-chains/README.md | 6 +++--- .../composable-chains/open-hrmp-channel.md | 0 karura/integration/README.md | 3 ++- 5 files changed, 12 insertions(+), 8 deletions(-) rename {build/development-guide => integrate}/composable-chains/README.md (95%) rename {build/development-guide => integrate}/composable-chains/open-hrmp-channel.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index 3d362303..43079735 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -201,8 +201,6 @@ * [Tutorial](build/development-guide/smart-contracts/advanced/use-on-chain-scheduler/scheduler-tutorial.md) * [Use Oracle Feeds](build/development-guide/smart-contracts/advanced/use-oracle-feeds.md) * [Upcoming Features](build/development-guide/smart-contracts/advanced/use-flexi-fee.md) - * [Composable Chains](build/development-guide/composable-chains/README.md) - * [Open HRMP Channel](build/development-guide/composable-chains/open-hrmp-channel.md) * [Open-Web3-Stack & ORML](build/development-guide/open-web3-stack-and-orml.md) * [General](build/development-guide/general/README.md) * [Transaction Construction](build/development-guide/general/transaction-construction.md) @@ -211,6 +209,11 @@ * [Resources](build/resources/README.md) * [Examples](build/resources/examples.md) +## Integrate + + * [Composable Chains](integrate/composable-chains/README.md) + * [Open HRMP Channel](integrate/composable-chains/open-hrmp-channel.md) + ## Maintain * [Network Maintainers](maintain/network-maintainers/README.md) diff --git a/acala/integration/README.md b/acala/integration/README.md index 00aadee9..45a067d8 100644 --- a/acala/integration/README.md +++ b/acala/integration/README.md @@ -6,7 +6,7 @@ This guide contains the following sections: 1. [Protocol Info](protocol-info.md) 2. [Token Transfer](token-transfer.md) -3. [Networks](networks.md) +3. [Acala Network](networks.md) 4. [Run a Full Node](full-node.md) 5. [Run a Collator Node](collator.md) - +6. [Parachain Integration](../../integrate/composable-chains/README.md) diff --git a/build/development-guide/composable-chains/README.md b/integrate/composable-chains/README.md similarity index 95% rename from build/development-guide/composable-chains/README.md rename to integrate/composable-chains/README.md index b40081e2..747b2dce 100644 --- a/build/development-guide/composable-chains/README.md +++ b/integrate/composable-chains/README.md @@ -1,12 +1,12 @@ # Composable Chains -Currently, cross-chain message passing and parachains are only available on Polkadot's testnet [Rococo](https://wiki.polkadot.network/docs/en/build-parachains-rococo). Acala's testnet \(Mandala\) is now launched on Rococo, and is testing cross-chain fungible token transfers, and other functionalities. +Currently, cross-chain message passing and parachains are only available on Polkadot's testnet [Rococo](https://wiki.polkadot.network/docs/build-pdk#rococo-testnet). Acala's testnet \(Mandala\) is now launched on Rococo, and is testing cross-chain fungible token transfers, and other functionalities. -Please contact us in our [Discord tech chat](https://discord.gg/Xb3CxcjCVc) to be \#ComposableWith Acala! +Please contact us in our [Discord tech chat](https://discord.gg/Xb3CxcjCVc) to be \#tech-chat ## Composable With Acala -* Acala Mandala PC2 is live on Rococo [here](https://polkadot.js.org/apps/?rpc=wss://rococo-rpc.polkadot.io#/parachains) +* Acala Mandala TC7 is live on Rococo [here](https://polkadot.js.org/apps/?rpc=wss://rococo-rpc.polkadot.io#/parachains) * Refer to the xtokens documentation [here](https://github.com/open-web3-stack/open-runtime-module-library/wiki/xtokens) ### Background diff --git a/build/development-guide/composable-chains/open-hrmp-channel.md b/integrate/composable-chains/open-hrmp-channel.md similarity index 100% rename from build/development-guide/composable-chains/open-hrmp-channel.md rename to integrate/composable-chains/open-hrmp-channel.md diff --git a/karura/integration/README.md b/karura/integration/README.md index 3c79a844..61bc7092 100644 --- a/karura/integration/README.md +++ b/karura/integration/README.md @@ -6,7 +6,8 @@ This guide contains the following sections: 1. [Protocol Info](protocol-info.md) 2. [Token Transfer](token-transfer.md) -3. [Networks](networks.md) +3. [Karura Network](networks.md) 4. [Run a Full Node](full-node.md) 5. [Run a Collator Node](collator.md) +6. [Parachain Integration](../../integrate/composable-chains/README.md)