From 8e7e14f9bbdb77fa075e4e50eaba4e3f05d49b49 Mon Sep 17 00:00:00 2001 From: six Date: Tue, 29 Nov 2022 14:14:56 +0000 Subject: [PATCH] Extending the list of links, adding important paragraph --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9404925..418424b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,20 @@ # PMC_Learning_Materials Awesome repo and tutorials for getting ready for Polkadot Metaverse Championship. +__Important note:__ code is not enough alone and a plan is also not enough alone. To build a successful web3 project, it needs to fit the target ecosystem, needs to be stable and secure while being usable, userfriendly. This will be reflected in the PMC hackathon's judging criterias as well. We will have an in-depth talk at the hackathon before the 24 hours hacking begins. + ## Starter resources | Project | Link | |--------------|-----------| | 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/ | +| The Rust Book (before you code your first pallet) | https://doc.rust-lang.org/stable/book/ | | 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 | +| Build an NFT marketplace in an hour with Substrate | https://www.youtube.com/watch?v=7BNn47lfrV0 | |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 | ## Tutorials for ecosystem project challenges @@ -31,4 +36,6 @@ Use the following materials to educate yourself about the ecosystem projects pre |--------------|-----------| | 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 | -| Tool for hacking IBC | https://github.com/ComposableFi/ibctest | \ No newline at end of file +| Tool for hacking IBC | https://github.com/ComposableFi/ibctest | +| Auditing Rust Crypto, the first hours | https://research.kudelskisecurity.com/2019/02/07/auditing-rust-crypto-the-first-hours/ | +| The Evolution of Zero-Knowledge Proofs in Web3 | https://medium.com/manta-network/the-evolution-of-zero-knowledge-proofs-in-web3-b92a68c41c04 | \ No newline at end of file