3.2 KiB
3.2 KiB
Web3 Championship Learning Materials
Awesome repo and tutorials for getting ready for the next Web3 focused Polkadot 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
Tutorials for ecosystem project challenges
Use the following materials to educate yourself about the ecosystem projects present in the PMC hackathon. This helps you to prepare yourself for the main track challenges. You can also start building some topoligies or code skeletons for interacting with the projects.
Project | Link |
---|---|
KILT 101 | https://kiltprotocol.github.io/kilt-workshop-101/#/ |
RMRK - Learn about the specs | https://github.com/rmrk-team/rmrk-spec |
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
Title | Link |
---|---|
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 |
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 |