Loan state machine in Solidity

Julien Klepatch

In this video we will create a loan smart contract with Solidity.

There will be 2 kind of parties interacting with the smart contract:

  • investors
  • borrowers

The investor will send Ether at the beginning of the loan, and at the end the borrower will reimburse the investor of the initial amount lent, plus some interest.

The loan has different phases (pending, active, closed), which can be modeled as a state machine. Luckily, Solidity has a construct called enum that is very convenient for state machines. We are going to use a State enum to build our loan state machine and keep our smart contract code clean

0 Comments

Leave a Reply

More great articles

Intro To Remix, The Solidity IDE | Episode 10

https://www.youtube.com/watch?v=4CsH5xTxhSA

Read Story

ToDo List Ethereum Dapp (Step9) | Toggle Task Done & Keep Frontend Updated

This tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 9. Tutorials already published: (more…)

Read Story

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

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