Update 'README.md'

main
six 2022-11-29 12:58:25 +00:00
parent cf8370aaec
commit 947552cec9
1 changed files with 23 additions and 25 deletions

View File

@ -2,36 +2,34 @@
Awesome repo and tutorials for getting ready for Polkadot Metaverse Championship. Awesome repo and tutorials for getting ready for Polkadot Metaverse Championship.
## Starter resources ## Starter resources
Developer friendly wallet for Substrate blockchains
https://polkadot.js.org/ | 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/ |
| 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 |
Build you own Substrate blockchain ## Tutorials for ecosystem project challenges
https://docs.substrate.io/tutorials/get-started/build-local-blockchain/ 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.
Send extrinsics from code or cli | Project | Link |
|--------------|-----------|
https://github.com/paritytech/subxt | Unit Network learning materials | https://www.unit.network/learn.html |
| KILT 101 | https://kiltprotocol.github.io/kilt-workshop-101/#/ |
Substrate frontend template (use this if you need a frontend connecting with PolkadotJS) | RMRK - Learn about the specs | https://github.com/rmrk-team/rmrk-spec |
| Momentum - Explore Kusamaverse | https://odyssey.org/explore-momentum |
https://github.com/substrate-developer-hub/substrate-front-end-template | CCTF blog - Learn about hacking web3 | https://cryptoctf.org/past-events/ |
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 ## Advanced resources
Hacking substrate with pallet chaos
https://qrucial.io/hacking-substrate-with-chaos-pallet/ | Title | Link |
|--------------|-----------|
Security analysis framework for WASM and smart contracts | 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 |
https://github.com/FuzzingLabs/octopus | Tool for hacking IBC | https://github.com/ComposableFi/ibctest |