Skip to content

Latest commit

 

History

History
56 lines (28 loc) · 2.15 KB

chapter1.md

File metadata and controls

56 lines (28 loc) · 2.15 KB

Chapter 1: Genesis

In the beginning there was a block hash on each block:

block hash

Then I found some events so each block has some events on and the different lanes are different parachains:

events

Let's turn that up to 11 and see more parachains at once:

lots of events

Some of them are overflowing their block. Time to make a block stack:

block stack

Ok let's space the blocks out based on when they got validated on the relay chain:

spaced out

Let's color the events based on what pallet and variant they are:

color

Colors look a bit better near the light - might want to have some ambient lighting.

spotlight

Let's put the boring extrinsics underneath the world. This is things that are required by the parachain to operate but are not really user activity. (Think staking)

boring underworld

First attempt at on screen text, and started raining extrinsics and now events raining down from the heavens as the new blocks are forged.

text

Highlighting XCM messages by having them go sky high:

xcm

EVM chains have distinctive patterns at the moment. I will need to understand how to use the eth abi to decode them. We're using cubes to display extrinsics (transactions) and the spheres are events.

evm

Things don't always go to plan, but at least some of the bugs are interesting!

bugs

So at the end of chapter 1 we have the start of something...

summary

Chapter 2: Rainbows