From cd15cbe605e9b478a38d9c5d257f78eb818d2085 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Tue, 8 Sep 2020 05:54:35 -0400 Subject: [PATCH] Add workshop link to readme (#211) --- cumulus/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cumulus/README.md b/cumulus/README.md index 2cc253c4ef..a897192d74 100644 --- a/cumulus/README.md +++ b/cumulus/README.md @@ -3,7 +3,9 @@ A set of tools for writing [Substrate](https://substrate.dev/)-based [Polkadot](https://wiki.polkadot.network/en/) [parachains](https://wiki.polkadot.network/docs/en/learn-parachains). Refer to the included -[overview](docs/overview.md) for more details. +[overview](docs/overview.md) for architectural details, and the +[Cumulus workshop](https://substrate.dev/cumulus-workshop) for a hand-holding walkthrough +of using these tools. It's easy to write blockchains using Substrate, and the overhead of writing parachains' distribution, p2p, database, and synchronization layers should be just as low. This project aims to