fbpx
December 28, 2018

EatTheBlocks Newsletter #21 – Learn Smart Contract Testing, Truffle v5.0, 0x Fork Hydro

https://youtu.be/BOx167NBmew Smart Contract Testing Course - I just released a new course on Solidity smart contract testing on EatTheBlocks Pro. Uses the Test-Driven-Development (TDD) approach. Covers tests in Javascript & Solidity with Truffle  Ethereum 2.0: What you need to know - I wrote this piece on the future of Ethereum…

Read Story
December 27, 2018

Crud – Part III

In the last part of this tutorial we finished all the functionalities of our smart contract. Unfortunately, we have a lot of code duplication in the update and delete function. We use the same for-loop to find a specific entry of our users array. In this video, we will extract…

Read Story
December 26, 2018

Crud – Part II

We are going to continue our CRUD smart contract and finish the main features. You will learn: "Update" and "Destroy" in CRUD Delete an entry of a Solidity array

Read Story
December 25, 2018

Crud – Part I

We will start a CRUD smart contract in Solidity. Crud stands for Create, Read, Update and Delete, and represent a very standard set of data operation that most application needs to do. Once you know these 4 operations, you are well-equipped to develop a large range of smart contracts. In…

Read Story
December 24, 2018

Advanced storage

In this video, we will build on the previous "Simple storage" smart contract, and store list of data instead of just a single piece of data. You will learn how to: Represent list of data with Solidity arrays Access a specify entry of array Get an array length

Read Story
December 23, 2018

Simple storage – Part II

In this video, we are going to finish our simple storage smart contract, which can set and get the value of a variable. You will learn: Difference between transaction and calls How to specific calls in Solidity with view / pure keyword Getter functions automatically created by Solidity How the…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.

[contact-form-7 id=”217″ title=”Simple Subscribe Form”]

Free 14 day trial • No set-up costs • Cancel any time
Arrow-up