Skip to content

Commit

Permalink
Updates to FRAME (Polkadot-Blockchain-Academy#940)
Browse files Browse the repository at this point in the history
* Update Intro_to_FRAME_slides.md

* Update Intro_to_FRAME_slides.md
  • Loading branch information
shawntabrizi authored Jan 21, 2024
1 parent 99273a2 commit d9b91c5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions syllabus/6-FRAME/1-Intro_to_FRAME/Intro_to_FRAME_slides.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,8 @@ duration: 1 hour

- Introduction to FRAME
- 👩‍💻 Exercise: Proof of Existence Runtime
- Assignment 3 Feedback
- FRAME Tips and Tricks
- Announce FRAME Assignment

</td>
@@ -28,6 +30,7 @@ duration: 1 hour
- Pallet Coupling
- FRAME Common Knowledge (Pallets & Traits)
- FRAME Storage
- Live Coding

</td>
<td>
@@ -37,6 +40,7 @@ duration: 1 hour
- Origins
- Outer Enum
- Hooks
- Live Coding

</td>
<td>
@@ -45,6 +49,7 @@ duration: 1 hour
- 👨‍💻 Exercise: Tests
- FRAME Benchmarking
- 👨🏾‍💻 Exercise: Benchmarking
- Live Coding

</td>
<td>
@@ -54,11 +59,13 @@ duration: 1 hour
- Executive
- Signed Extensions
- Migrations & Try Runtime
- Frame Updates
- Live Coding

</td>
<td>

- Complete FRAME Exercise
- Complete FRAME Assignment

</td>
</tr>
@@ -156,7 +163,6 @@ pub mod pallet {
use frame_system::pallet_prelude::*;

#[pallet::pallet]
#[pallet::generate_store(pub(super) trait Store)]
pub struct Pallet<T>(_);

#[pallet::config] // snip

0 comments on commit d9b91c5

Please sign in to comment.