From 049467f71747efbc2526ca7d4fb930859b77c9f9 Mon Sep 17 00:00:00 2001 From: six Date: Tue, 29 Nov 2022 14:21:08 +0000 Subject: [PATCH] Extension from Parity's hackathon docs https://docs.google.com/document/d/1lee7VtPXr1FQJOjS30_jDKOcEegSuxNsnb57JH_8pjw/edit?usp=sharing --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 418424b..8560911 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ __Important note:__ code is not enough alone and a plan is also not enough alone |ink! tutorial (solidity-like rust based smart contracts on top os Substrate) | https://docs.substrate.io/tutorials/smart-contracts/ | | Write a custom pallet for Substrate | https://www.youtube.com/watch?v=o5ANk0sRxEY | | Awesome Substrate | https://project-awesome.org/substrate-developer-hub/awesome-substrate | +| Substrate Playground to try Substrate | https://playground.substrate.dev/ | +| Polkadot Technical Explainers | https://www.youtube.com/playlist?list=PLOyWqupZ-WGuAuS00rK-pebTMAOxW41W8 | ## Tutorials for ecosystem project challenges @@ -29,6 +31,14 @@ Use the following materials to educate yourself about the ecosystem projects pre | Momentum - Explore Kusamaverse | https://odyssey.org/explore-momentum | | CCTF blog - Learn about hacking web3 | https://cryptoctf.org/past-events/ | +## Project Templates + +| Title | Link | +|--------------|-----------| +| Substrate Node Template | https://github.com/substrate-developer-hub/substrate-node-template | +| Substrate Front-end Template | https://github.com/substrate-developer-hub/substrate-front-end-template | +| Parachain Node Template | https://github.com/substrate-developer-hub/substrate-parachain-template | + ## Advanced resources