fbpx

Advanced storage

Julien Klepatch

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

0 Comments

Leave a Reply

More great articles

Crud – Part III

In the last part of this tutorial we finished all the functionalities of our smart contract. Unfortunately, we have a…

Read Story

Unit vs integration tests for smart contracts

Before you rush into testing your Solidity smart contracts, it's important to understand the difference between unit tests and integration…

Read Story

Isolate smart contract tests with Truffle clean room features

In Truffle tests, we have a mysterious contract() function: contract('my test', () => { if('it should ...', () => {…

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