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

Installing the The Ganache GUI | Episode 13

https://youtu.be/FwsVS9BzXzM What is Ganache? Ganache is a tool for ethereum dapp developers, supported by the Truffle team. It has 2…

Read Story

Simple storage – Part I

In this video we are going to create a smart contract able to store a variable. Very easy to follow!…

Read Story

Using Truffle-contract to communicate with smart contracts

In this video, I will introduce you Truffle-Contract, a library that is used by Truffle to communicate with smart contracts.…

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