BLK 00Orientation ยท ๐ŸŸข everyone ยท โ‰ˆ1 h

Orientation

Five minutes of setup, a map of what's ahead, and the ground rules. Nothing here needs anything beyond a browser.


L1Ground rules

L2Tooling setup

Tier by tier. Start with nothing; add tools only when a module asks.

WhenToolWhy / notes
Now (๐ŸŸข)A modern browserThe whole course, the block playground, and quizzes run offline in-page.
Module 02 (๐Ÿ”ต)Remix IDE โ€” remix.ethereum.orgBrowser Solidity IDE. No install, includes a simulated blockchain (Remix VM).
Module 02/06 (๐Ÿ”ต)MetaMask โ€” metamask.ioBrowser wallet, only for optional testnet deployment. Create a fresh wallet for learning. Never put real funds in it, and never enter an existing seed phrase anywhere.
Module 06 (๐Ÿ”ต)Sepolia test etherFree from faucets (e.g. Google Cloud or Alchemy faucet). Test ether has no value.
Optional (๐ŸŸฃ)Node.js + FoundryLocal professional toolchain โ€” covered as an appendix in M06. Not required.
Optional (๐ŸŸฃ)DockerOnly if you want to actually run the Fabric sample in M07 (the lab reads fine without it).
โ–ณ Safety rule for the whole course

Nothing in this course requires real cryptocurrency, ever. All labs run on simulated chains or valueless testnets. Treat any request for real funds, private keys, or seed phrases โ€” anywhere, from anyone โ€” as a scam.

L3Meet the case study

โ— Galileo lens

Galileo is the life-insurance core platform of Singlife Philippines: written in C#, storing policy data in MongoDB, and โ€” unusually โ€” routing every write through a private blockchain that acts as an audit ledger, with Kafka streaming ledger entries into read models. It insures millions of customers and is mid-way through a migration to a commercial platform (eBao).

That makes it the perfect case study: a real, shipped, production example of the most defensible blockchain pattern in insurance (the audit ledger) โ€” and a live lesson in total cost of ownership, because the organisation ultimately chose to replace it. You'll meet it in every module and redesign it in the capstone.

L4Suggested pacing

PlanScheduleCovers
Two-week sprint (full-time)~5 h/dayEverything incl. labs and capstone
Eight-week track (evenings)~6 h/weekEverything; one module per sitting, labs across two
Essentials week~3 h/day ร— 6๐ŸŸข only: M00, 01, 04, 05, 08, 09