Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 5 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions acala/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion karura/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)