Skip to content

Instantly share code, notes, and snippets.

@shirshak55
Last active November 4, 2020 18:20
Show Gist options
  • Save shirshak55/321bafec3469ab63ac6a2939e089ddf9 to your computer and use it in GitHub Desktop.
Save shirshak55/321bafec3469ab63ac6a2939e089ddf9 to your computer and use it in GitHub Desktop.
## More Truth Less Trust
My Polkadot Live address 16etvtKjQn5PcnyhsDRLQWx8psAUZv1Ef3zG3CHgzE9ifZvg
My Kusama Canary Address: JEDSsQYBMpqvundgHBPAKUz7qT4gHGH2w6XGZaHuwLhE8LR
Total Done: 21
1. [BEGINNER CHALLENGE] Launch a local Substrate development chain
- https://github.com/shirshak55/polkadot-hello-world
- https://github.com/shirshak55/polkadot-hello-world/blob/main/1.png
- https://raw.githubusercontent.com/shirshak55/polkadot-hello-world/main/1.png
2. [BEGINNER CHALLENGE] Run a private Substrate network
https://gist.github.com/shirshak55/7c0fb3dbed5024fcd4bb7091e0d8bd05
https://user-images.githubusercontent.com/8097377/96782641-4e653600-13bb-11eb-865e-c0ea1f1a0c4e.png
3. [BEGINNER CHALLENGES] Play with Westend
https://westend.subscan.io/extrinsic/0xd1e07d1f3cef54cfa82ab00007025fb7a3849f4cf8aa5bf96944fb6325c85a58
4. [BEGINNER CHALLENGES] Front-End Javascript
- https://github.com/shirshak55/block-viewer/
- https://shirshak55.github.io/block-viewer/
5. [BEGINNER CHALLENGES] Back-End Javascript
- https://github.com/shirshak55/polkadot-blockinfo
6. [BEGINNER CHALLENGE] Run a Kusama or Polkadot node and add it to Telemetry
- https://user-images.githubusercontent.com/8097377/96407684-ee4e7400-11af-11eb-937b-43e0bfc72384.png
- https://gist.github.com/shirshak55/7655a44375dfd7c261d5b98c7543ee09
7. [BEGINNER CHALLENGE] Set an identity on Kusama or Polkadot's development version
- https://user-images.githubusercontent.com/8097377/96311485-92c98e00-0fd7-11eb-8a44-412e1af2e48d.png
- https://gist.github.com/shirshak55/a8c14f6767648d69ca93fa1018d73169
8. [INTERMEDIATE CHALLENGE] FRAME Identity: Set an identity on a local --dev chain
- https://user-images.githubusercontent.com/8097377/96311485-92c98e00-0fd7-11eb-8a44-412e1af2e48d.png
9. [INTERMEDIATE CHALLENGE] Smart contracts - write an ERC-20 smart contract with ink!
- https://user-images.githubusercontent.com/8097377/96377369-5884fb80-1153-11eb-8693-d8db92666c82.png
- https://user-images.githubusercontent.com/8097377/96377371-60dd3680-1153-11eb-90fc-9177c1e3a715.png
- https://user-images.githubusercontent.com/8097377/96377380-689cdb00-1153-11eb-81c5-1fcb8f441cbd.png
- https://github.com/shirshak55/er20-contract/
10. [BEGINNER CHALLENGE] Deploying Solidity Contract on Plasm Network V1
- Contract: b8RU58iEuda5G3RTPM5DbqXb8UammAb3PxFxJD1GwkWrY
- https://user-images.githubusercontent.com/8097377/96387112-d9e98780-116d-11eb-877c-ce0fe9add74a.png
11. [ECOSYSTEM CHALLENGE] Using Remix and MetaMask on Moonbeam
- https://user-images.githubusercontent.com/8097377/96422657-4db77e80-11c6-11eb-891c-999bc6d8c09e.png
- https://gist.github.com/shirshak55/6a9730d22ecc6ca8d383d6f8a9117b99
12. [INTERMEDIATE CHALLENGE] Forkless Upgrades
- https://user-images.githubusercontent.com/8097377/96385973-6cd1f400-1165-11eb-839b-bb788924b5d2.png
13. [INTERMEDIATE CHALLENGE] FRAME Development
- https://github.com/shirshak55/frame_development
14. [ECOSYSTEM CHALLENGE] Deploy on Moonbase Alpha using Truffle
- https://gist.github.com/shirshak55/696ea20d984e6d740e167755f8d05c70
15. [ECOSYSTEM CHALLENGE] Enable NFT Support
- https://gitcoin.co/issue/AcalaNetwork/polakdot-hello-world-acala/1/100023951
- https://github.com/shirshak55/nft-substrate-example/blob/master/1.png
16. [ECOSYSTEM CHALLENGE] (Advanced) Build the First Confidential Contract
- https://gist.github.com/shirshak55/bac4df4e5c0f6c793f1633ec7f01be44
17. [ECOSYSTEM CHALLENGE] (Beginner) Build and Run a Local Phala Network
- https://gist.github.com/shirshak55/5979c2efc1c3620b7d7a2270514a7084
- https://user-images.githubusercontent.com/8097377/96916639-cf810380-1475-11eb-81c1-ce65d88e1496.png
18. [ADVANCED CHALLENGE] REST APIs - Read an account's pending payouts
- https://github.com/shirshak55/kusama_payout_calculator
19. [ECOSYSTEM CHALLENGE] Enable Multi-Currency Support
- https://github.com/shirshak55/substrate_multicurrency
- https://raw.githubusercontent.com/shirshak55/substrate_multicurrency/main/b.png
- https://raw.githubusercontent.com/shirshak55/substrate_multicurrency/main/c.png
- https://raw.githubusercontent.com/shirshak55/substrate_multicurrency/main/a.png
20. [INTERMEDIATE CHALLENGE] FRAME Multisig
- https://github.com/shirshak55/substrate-multi-sig-support
- https://raw.githubusercontent.com/shirshak55/substrate-multi-sig-support/main/1.png
- https://raw.githubusercontent.com/shirshak55/substrate-multi-sig-support/main/2.png
- https://raw.githubusercontent.com/shirshak55/substrate-multi-sig-support/main/3.png
- https://raw.githubusercontent.com/shirshak55/substrate-multi-sig-support/main/4.png
21. [ADVANCED CHALLENGE] Smart contracts - Build a charity raffle
- Even found bug while writing https://github.com/paritytech/ink/issues/568
- https://github.com/shirshak55/ink_charity_raffle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment