Extension from Parity's hackathon docs
https://docs.google.com/document/d/1lee7VtPXr1FQJOjS30_jDKOcEegSuxNsnb57JH_8pjw/edit?usp=sharingmain
parent
8e7e14f9bb
commit
049467f717
10
README.md
10
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue