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

Debugging with require and revert

In Solidity, require and revert statements are used to check some pre-conditions before executing the main part of a function.…

Read Story

Instantiate An Inherited Solidity Contract | Episode 9

https://www.youtube.com/watch?v=YBSD1z96Tic

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