fbpx

Crud – Part I

Julien Klepatch

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 this video, you will learn to:

  • Represent complex piece of data with Solidity struct, similar to Javascript objects
  • Create array of structs
  • Find a specific entry of an array with a for-loop
  • Create and Read in CRUD

0 Comments

Leave a Reply

More great articles

ERC20 Token Tutorial: Create a custom token in Solidity

ERC20 tokens are a key component of many Ethereum Dapps. They usually represent some sort of ownership over a product,…

Read Story

Install Truffle 5.0

Before we can continue in our course on Solidity smart contract testing, we need to install Truffle 5.0, so that…

Read Story

Ether wallet – Part III

This is the last part of the tutorial on how to build an Ether wallet smart contract. You will learn:…

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