Menu

Nakov.com logo

Thoughts on Software Engineering

Svetlin Nakov: Speaker at the Blockchain Economy Istanbul Summit 2019

I am happy to announce that I was confirmed as a speaker at the Blockchain Economy Istanbul Summit 2019. My talk is technical, about DApps, Ethereum and Solidity:

  • Title: Building Decentralized (DApps) in Ethereum
  • Date: February 20, 2019
  • Location: Haliç Congress Center, Istanbul

See you in Istanbul. It is expected to be a big event, with thousands of attendees.

In the session the speaker explains the concepts of smart contracts and DApps and demonstrates how to build, deploy and run a simple decentralized app in the Ethereum blockchain network, using a Solidity smart contract, with a JavaScript-based front-end, interacting with the contract through the MetaMask in-browser wallet and the Ethereum Web3 API.

The DApp is called “Document Registry” and is simple: it holds a set of documents and can confirm the existence of certain document (e.g. course certificate, diploma of graduation or loan contract) at certain date in the past. The DApp keeps document hashes on the blockchain (in the Ropsten Testnet for the demo).

Live Demo: https://document-registry-nakov.herokuapp.com.

Building DApps in Ethereum – Slides

Source code: https://github.com/nakov/Ethereum-Web3-Document-Registry-Demo.

Video from the Conference

Comments (0)

RSS feed for comments on this post. TrackBack URL

LEAVE A COMMENT