Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2.13 KB

README.MD

File metadata and controls

27 lines (21 loc) · 2.13 KB

Day 5️⃣

Day 5 - Time flies! You should be proud of yourself, as we're nearing the end of the week.
Today, we'll delve into extremely crucial concepts: inter-canister calls, managing multiple canisters, and implementing payments on the Internet Computer. Mastering these key topics is essential for creating a scalable application and generating revenue to support your goals. Let's dive in!

🍿 Lectures & events

Be sure to consult the calendar for the precise schedule of each lecture.

Title Mentor Description
Motoko: Intercanister calls, timers and multi-canister architecture. This lecture explains how to perfom intercanister calls and how to use the timer functionnality to schedule recurring tasks.
WIP Quint WIP

🧭 Tasks of the day

When starting your day use this list as a guide, it contains all the material that you need to read and the challenges you need to tackle.

🎯 Learning objectives

Before finishing your day, review the following list and ensure that you have addressed each item on it. It's important that you have a clear understanding of all these concepts. Why not try explaining them to one of your teammate to gauge your level of understanding?

  • Know how to import actors and perform intercanister-calls.
  • Understand what are commit points, rollbacks and the main issues with intercanister-calls.
  • Know how to make payments and verify them on the Internet Computer.
  • Being familiar with the ICRC_1 standard, the Working Groups and the process for creating future ICRC standards.

MOPS is a package manager for Motoko with full on-chain package registry. Use it and publish your packages!

Good luck 🍀