From cf8370aaec09d877ce8ddcd1f95d29b4ba9e157d Mon Sep 17 00:00:00 2001 From: six Date: Sun, 27 Nov 2022 22:12:45 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29edbac..bb3572e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ # PMC_Learning_Materials +Awesome repo and tutorials for getting ready for Polkadot Metaverse Championship. -Awesome list and tutorials for getting ready for Polkadot Metaverse Championship. \ No newline at end of file +## Starter resources +Developer friendly wallet for Substrate blockchains + +https://polkadot.js.org/ + +Build you own Substrate blockchain + +https://docs.substrate.io/tutorials/get-started/build-local-blockchain/ + +Send extrinsics from code or cli + +https://github.com/paritytech/subxt + +Substrate frontend template (use this if you need a frontend connecting with PolkadotJS) + +https://github.com/substrate-developer-hub/substrate-front-end-template + +ink! tutorial (solidity-like rust based smart contracts on top os Substrate) + +https://docs.substrate.io/tutorials/smart-contracts/ + +Awesome Substrate + +https://project-awesome.org/substrate-developer-hub/awesome-substrate + + +## Advanced resources +Hacking substrate with pallet chaos + +https://qrucial.io/hacking-substrate-with-chaos-pallet/ + +Security analysis framework for WASM and smart contracts + +https://github.com/FuzzingLabs/octopus \ No newline at end of file