Skip to content

Commit

Permalink
Add useful links to readme (#1071)
Browse files Browse the repository at this point in the history
* Add link to readme for Singapore

* Add links to main README file; Fixes #1065

* Fix a bunch of links
  • Loading branch information
wirednkod authored Sep 26, 2024
1 parent b137a30 commit 13a84a0
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@ There are some great (but limited) options for anyone lacking the ability to do

- [REPL.it](https://replit.com/languages/rust) - This online IDE includes a low-powered machine to compile Rust on, but provides _real-time collaboration_ where multiple users can follow-the-leader and edit simultaneously.
It also features github integrations to save and share progress.
- [Substrate Playground](https://docs.substrate.io/playground/) - This is a Parity hosted very powerful build machine that anyone can access using a pre-compiled docker image of the base [substrate node template](https://github.com/substrate-developer-hub/substrate-node-template) to build on top of in an online VSCode-like IDE.
The session is limited to 2 hours per user, before all data is cleared. There is no simple way to capture your work though, so this is only to be used in simple examples of substrate to iterate very quickly.
_Note that it is unclear if 50+ students can access this at the same time, thus please let the TAs know if you plan to use this first!_

### Conceptual workshops and activities

Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The curriculum is expected to change per cohort in the first run. You can find t
- [Buenos Aires - January 2023](https://github.com/Polkadot-Blockchain-Academy/pba-content/tree/buenos-aires-2023)
- [Berkeley - July 2023](https://github.com/Polkadot-Blockchain-Academy/pba-content/tree/berkeley-2023)
- [Hong Kong - January 2024](https://github.com/Polkadot-Blockchain-Academy/pba-content/tree/hong-kong-2024)
- [Singapore - June 2024](https://github.com/Polkadot-Blockchain-Academy/pba-content/tree/2024-singapore)

## Venue Suggestions

Expand All @@ -31,6 +32,24 @@ This curriculum is designed to be taught as an in-person course with ~25-60 stud
- Internet connection that can support >10Mbps while all students are connected
- LAN connection that allows P2P connections to start a private blockchain network

## Useful links

- [Polkadot Blockchain Academy Page](https://polkadot.com/blockchain-academy)
- [Alumni Hub](https://polkadot-blockchain-academy.github.io/alumni-hub)
- [Twitter](https://x.com/AcademyPolkadot)
- [Youtube](https://www.youtube.com/@polkadotblockchainacademy)

## Video Lectures - Modules

- [Cryptography](https://www.youtube.com/playlist?list=PL-w_i5kwVqblgwQfXbR-n8pC1QE1IaxBZ)
- [Economics](https://www.youtube.com/playlist?list=PL-w_i5kwVqbn6GDAHq4uzhpDLPY1Ay8zO)
- [Blockchain](https://www.youtube.com/playlist?list=PL-w_i5kwVqbmZ2p5b2Ml-Q410J_vy-pXR)
- [Smart Contracts](https://www.youtube.com/playlist?list=PL-w_i5kwVqblMeWrQCAlWBpt-8wSmLRtc)
- [Substrate](https://www.youtube.com/playlist?list=PL-w_i5kwVqbkRmfDn5nzeuU1S_FFW8dDg)
- [FRAME](https://www.youtube.com/playlist?list=PL-w_i5kwVqbni1Ch2j_RwTIXiB-bwnYqq)
- [Polkadot](https://www.youtube.com/playlist?list=PL-w_i5kwVqbn3HCZDHg6P5UCx8P2tF6-M)
- [XCM](https://www.youtube.com/playlist?list=PL-w_i5kwVqbmHkxS_mJTfXdCZnXKF5lDP)

## Contributing

Subject Matter Experts (SMEs) should explore [./CONTRIBUTING.md](./CONTRIBUTING.md) to learn how to use this repo.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ In summary, **The adaptation, communication and enforcement of coding are essent
3. CSSLP Certified Secure Software Lifecycle Professional All-in-One Exam Guide, Third Edition, by Wm. Arthur Conklin, Daniel Paul Shoemaker: <https://www.mheducation.co.uk/csslp-certified-secure-software-lifecycle-professional-all-in-one-exam-guide-third-edition-9781264258208-emea> <!-- markdown-link-check-disable-line -->

4. (ISC)2 CISSP Certified Information Systems Security Professional Official Study Guide, by Mike Chapple, James Michael Stewart, Darril Gibson, David Seidl: <https://www.wiley.com/en-gb/(ISC)2+CISSP+Certified+Information+Systems+Security+Professional+Official+Study+Guide+&+Practice+Tests+Bundle,+3rd+Edition-p-9781119790020> <!-- markdown-link-check-disable-line -->
5. CISSP for Dummies, Lawrence C. Miller, Peter H. Gregory: <https://www.wiley.com/en-gb/CISSP+For+Dummies,+7th+Edition-p-9781119806820>
5. CISSP for Dummies, Lawrence C. Miller, Peter H. Gregory: <https://www.wiley.com/en-us/CISSP+For+Dummies%2C+8th+Edition-p-9781394261789>

6. CISM Certified Information Security Manager Study Guide, by Mike Chapple: <https://www.wiley.com/en-gb/CISM+Certified+Information+Security+Manager+Study+Guide-p-9781119801948>
7. Secure Rust Guidelines: <https://anssi-fr.github.io/rust-guide>
Expand Down
2 changes: 1 addition & 1 deletion syllabus/1-Cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ They should not zone-out of class to complete this during class time, they shoul
1. [1-Intro](1-Intro-slides.md)
1. [2-Addresses](2-Addresses-slides.md)
- 🪄 [`subkey` demo](./materials/subkey-demo.md)
1. 💻 [Many time pad](many-time-pad.md) activity
1. 💻 [Many time pad](./materials/many-time-pad.md) activity

Release:
1. `p2_addresses` assignment problem
Expand Down
6 changes: 3 additions & 3 deletions syllabus/6-Polkadot-SDK/Substrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Ensure the `main` branch is write protected, by required a PR first`- no one sho
#### Morning

1. [Introduction](./1-Intro-to-Substrate-slides.md) (60m)
1. [Wasm Meta Protocol](./2-Wasm-Meta-Protocol-Slides.md) (90m)
1. [Wasm Meta Protocol](./2-Wasm-Meta-Protocol-slides.md) (90m)
<!-- FIXME where is this? -->
1. Activity: Finding Runtime APIs and Host Functions in Substrate

#### Afternoon

1. [Show Me The Code](./9-Substrate-In-The-Code-slides.md) (60m)
1. Show Me The Code (60m)
1. [Substrate Interactions](./9-Substrate-Interactions-slides.md) (60m)
1. FRAMELess Assignment (60m)

Expand All @@ -47,7 +47,7 @@ Ensure the `main` branch is write protected, by required a PR first`- no one sho

1. [Transaction Pool](./4-Transaction-Pool-slides.md) (60m)
1. [SCALE](./9-SCALE-slides.md) (60m)
1. [Substrate and FRAME Tips and Tricks](./9-Substrate-FRAME-Tips-Tricks-Slides.md)
1. [Substrate and FRAME Tips and Tricks](./9-Substrate-FRAME-Tips-Tricks-slides.md)

#### Afternoon

Expand Down

0 comments on commit 13a84a0

Please sign in to comment.