Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 8.3 KB

README.md

File metadata and controls

82 lines (58 loc) · 8.3 KB

Getting started with the Internet Computer ♾.

This repository contains curated content from the 1st edition of the Motoko Bootcamp .

Lessons 📜

6 differents topics are covered, all the lessons are focused on Motoko.
For each topic, a guide is available and a set of challenges with their solution are also available.

Lectures 🎬

Each lecture is approximately 1 hour long and was held live by one of the bootcamp mentor.

This repository also contains the code during some lectures.

Ressources 📚

Links to other helpful ressources.

An article by DFINITY that summarizes Motoko concepts. : Motoko, Candid, Web assembly...

Internet Computer documentation : The main documentation website for the Internet Computer.

Motoko Language documentation : The main documentation for the Motoko language.

Motoko Types documentation : A reference for the Motoko base library types and their functions.

DFX documentation : The main documentation for the DFX command line tool used to deploy and manage dapps on the Internet Computer.

Motoko playground : A sandbox to quickly write and test Motoko code from your browser.

Motoko extension : A Motoko extension for Visual Studio Code that provides syntax highlighting.

Dfinity education repo : Educational ressources on datastructures, web development, blockchain and more.

Examples : Sample code and applications written in Rust or Motoko.

create-ic-app : Template project for major frameworks (Vue, React, Vanilla JS,Svelte).

The invoice canister : processing payments on the IC. 💰

Communities 👦