fbpx

Basic testing workflow with Truffle – Part 2

Julien Klepatch

In this video, we will go through the whole process of test-driven-development (TDD) for Solidity smart contracts:

  • writing the tests in Truffle
  • running the failing tests with truffle test
  • fixing the test by implementing the missing parts of the Solidity smart contract
  • running the tests again, this time it will pass!

The smart contract we will is very simple, so that we can focus on the workflow of testing a smart contract versus the business logic of the smart contract.

https://eattheblocks-pro.teachable.com/courses/smart-contract-testing/lectures/9020070

0 Comments

Leave a Reply

More great articles

ToDo List Ethereum Dapp (Step8) | Create Smart Contract Data From The Frontend

This tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 8. Tutorials already published: (more…)

Read Story

Test driven development for Solidity

Do you write tests for your Solidity smart contracts? Congrats if you do, and if don't it's time to start!…

Read Story

Introduction To Truffle | Episode 5

https://youtu.be/M-w6dDDhu6w Developing smart contracts and distributed applications is hard. There are a lot of different libraries to use, you often…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up