You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/lessons/projects/1.mdx
+60-23Lines changed: 60 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ import { LessonHeader } from '../../../components/mdx/LessonHeader'
8
8
9
9
<LessonHeadertitle="Lesson 1: Intro to Smart Contract Development" />
10
10
11
+
## About this lesson
12
+
13
+
Welcome to our introductory lesson on smart contract development, blockchain fundamentals and your first taste of coding with the Solidity language. For this lesson, you don’t really need to have development experience, although we expect you to have a ‘technical mindset’ to be able to proceed. We would recommend *Build a basic NFT* as a subsequent lesson for getting familiar with more advanced concepts and developer tooling. But first things first.
14
+
15
+
We have some questions for you throughout the lesson for testing your previous knowledge, predicting next steps in the lesson, and letting you see for yourself how well you're absorbing the new content. There's also a quiz at the end, of course, so make sure you're checking out all the side-drawers for a deeper dive of the new concepts. To complete the lesson, expect somewhere between one and four hours depending on your previous experience and the need to learn new ideas. Please set the pomodoro timer regularly in the menu header to ensure you’re taking regular breaks to 'go touch some grass’.
16
+
11
17
## What are we building?
12
18
13
19
We’re going to build a **smart contract**, but what on Jupiter is a smart
@@ -20,11 +26,13 @@ Let's pause here for a couple questions to give you a taste of what's to come
20
26
and give yourself a chance to test what you already know.
0 commit comments