Skip to content

Commit 5d88b16

Browse files
committed
Begin to incorporate original intro text to new intro format
1 parent 0503d41 commit 5d88b16

File tree

1 file changed

+5
-7
lines changed
  • pages/lessons/projects

1 file changed

+5
-7
lines changed

pages/lessons/projects/4.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ import { LessonHeader } from '../../../components/mdx/LessonHeader'
1212
discussionUrl="https://developerdao.peeranha.io/discussions/1372/testing-solidity-contracts"
1313
/>
1414

15-
In this lesson, we'll be adding automated tests for our smart contract created
16-
in Lesson 3.
15+
## About this lesson
1716

18-
Here you'll:
17+
Welcome to this lesson where we’ll be adding automated tests for our *TierNFT* smart contract created in the previous tutorial. If you haven’t completed it already, we have a fast-track guide below to that project set-up - assuming you’re already confident with Solidity and a professional development environment. If not, we’d recommend completing the earlier tutorials in this track.
1918

20-
- Learn about the benefits of writing automated tests, general testing concepts
21-
and best practices
22-
- Walk away with many practical tests for smart contracts
23-
- Nibble on some food for thought about test-driven development
19+
Over here, you’ll learn about the benefits of writing automated tests, general testing concepts and best practices. You’ll walk away with many practical tests for smart contracts and nibble on some food for thought about test-driven development.
20+
21+
As you dive in to the lesson, you'll come across some thought-provoking checkpoint questions designed to test your existing knowledge, measure how well you're absorbing the fresh content, and maybe ask you to predict next steps in the lesson. And to wrap up, a final quiz awaits. To complete this adventure might take anywhere from one to six hours. That all depends on your previous experience and how much new ground you need to cover. But enjoy the journey and remember to take regular breaks along the way. We care about your well-being and have even included a nifty pomodoro timer ⌛ in the menu header. Let it remind you to appreciate nature's gifts and "go touch some grass" for a while. 🌱 Embrace the process, and let's set sail!
2422

2523
<SideDrawer buttonText="Warm-up Questions" title="Check out Your Previous Knowledge">
2624
<Question question="lesson-4/1-intro/Q1" />

0 commit comments

Comments
 (0)