June 26, 2019

Walkthrough the new UI of Remix

TIP: If you have never used Remix, check out my intro to Remix on Youtube. Remix, the online IDE for Solidity has a brand new UI: Looks familiar? Did someone say "VS Code" in the audience? Pretty similar indeed. It's really intuitive, in case you feel lost here is a…

Read Story
March 25, 2019

Solidity Tutorial: Complete Step-by-Step Guide For Beginners 2019

In this Solidity tutorial you are going to learn how to code Solidity smart contracts by developing 5 smart contracts on Ethereum, with step-by-step instructions. This tutorial is for total beginners to Ethereum and Solidity, and does not require to install any development tool. You only need a web browser.…

Read Story
January 23, 2019

Remix debugger – Advanced

In this video I will show you some advanced features of the Remix Debugger like: stepping over functions breakpoints These features allow you to quickly find the place of the Solidity code that you want to debug. It can be very useful in large smart contracts.

Read Story
January 22, 2019

Remix debugger – Introduction

he Remix debugger is a powerful that allows you to debug your Solidity code. Usually, if you are stuck and don't know how to fix a buggy Solidity smart contract, the Remix debugger is your last chance. In this video, I will introduce you how to use the Remix debugger:…

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
December 22, 2018

Simple storage – Part I

In this video we are going to create a smart contract able to store a variable. Very easy to follow! You will learn: how to persist data with state variables in Solidity how to update the value of of a state variable

Read Story
December 21, 2018

HelloWorld smart contract

The obligatory hello world tutorial! Here we go! In this video, I am going to show you how to create a simple hello world smart contract that is able to return a static 'hello world' string. You will learn: how to create a function in solidity how to call a…

Read Story
December 20, 2018

Simple smart contract

Starting with Solidity smart contract is a bit overwhelming... the tools, the Ethereum Blockchain, the Solidity language... that's a lot to learn. I created this video for people who are total beginners and want to get started with Solidity smart contracts. We are going to use Remix, the online code…

Read Story
February 12, 2018

The File Explorer Of The Remix IDE | Episode 11

https://youtu.be/xKzNNh_Lc8k

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