fbpx

Simple smart contract

Julien Klepatch

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 editor (IDE) for Solidity, an easy-to-use tool that combine a lot of tools for you, including a local Ethereum blockchain for development. The smart contract we are going to create is super simple, and for a good reason: At this point, I just want to teach you the general workflow, and I dont want to overwhelm you with too many details. So we wont be doing much Solidity in this video, but we will mostly learn how to use Remix. You will learn:

  • the basics of Remix
  • the very basics of a Solidity smart contract
  • how to deploy a Solidity smart contract with Remix

0 Comments

Leave a Reply

More great articles

Testing dates in Solidity smart contracts – Part I

Dates are a bit weird in Solidity. Solidity does have some keywords for working with dates, like now, or 1…

Read Story

ToDo List Ethereum Dapp (Step4) | Setup The Frontend & Read Account Data

https://www.youtube.com/watch?v=hUjpPNChdq4&t=138s This tutorial is part of the series ToDo List Ethereum Dapp. It is the Step 4. Tutorials already published:…

Read Story

Ether wallet – Part I

In this video, we will start to code a wallet for Ether, using a Solidity 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