Blockchain For Not Technical People (public speech)

This is a short speech about blockchain (between 4 and 5 minutes) I delivered during a course on public speaking in November 2019.

Introduction

If I tell you “You are in my database” I guess you understand that your personal details are in my software system. Maybe you don’t know how technically a database is made but you know the concept of a database.

For the blockchain it is the same: you don’t have to be scared of the technology, what you need to know is just the concept.

Why is blockchain important?

Why should you know something about blockchain? First of all, you are living in Malta, also known as the Blockchain Island and recently is happening a lot around the blockchain topic.

Two weeks ago, China delivered new regulations about blockchain and Chinese Central Bank officially said that is going to use blockchain for digital finance.

Next year, Facebook will release Libra, a micro-payment system based on blockchain that probably will be integrated on whatsapp.

What is it?

Blockchain is a safe way to store data; it’s like a database but the data in the blockchain is immutable and almost impossible to change. Most people confuse blockchain with cryptocurrency (like Bitocoin), but blockchain is the technology behind bitcoin, it is where the money transactions are stored.

What blockchain is for?

Blockchain is mostly used in cryptocurrency, for example Bitcoin, but blockchain is also used for storing important information like notary contracts, or is used in insurance, is used to keep track of product in the supply chain (there are some real applications on diamonds and coffee).

Regulations

It’s important that you keep an eye on regulations about the blockchain and cryptocurrency.

Let’s suppose that Bitcoin is not regulated, so I can steal from you 13 bitcoins (worth around 100000 euros); then you can sue me or go to the police, but the authorities will tell you that they cannot do anything about it, because Bitcoin is not regulated and it is worth less than air for the legislation.

Conclusion

So, I suggest you to keep yourself updated because tomorrow you can hear that you are in the blockchain rather than in the database.

Related Articles

How to Test Smart Contracts - Tutorial

Category: Blockchain

Testing a smart contract is a must of the blockchain development process. Remember that the blockchain does not forgive you any errors because of its immutability! The only way to fix a bug ...

Create your Blockchain DApp with Ethereum and VueJS - Tutorial Part 2

Category: Blockchain

In the second part of the tutorial we are going to develop the front-end and see how to interact with the smart contract developed in the PART 1. If you missed the introduction and you want to ...

Create your Blockchain DApp with Ethereum and VueJS - Tutorial Part 1

Category: Blockchain

In this first part of the tutorial we are going to create the smart contract that handles the registration of users; then we are going to deploy the smart contract to the blockchain using ...

Create your Blockchain DApp with Ethereum and VueJS - Tutorial Intro

Category: Blockchain

This is a simple decentralized application built using Ethereum blockchain and VueJS for the front-end. This DApp example lets the users store their name and status on the ...

Where is the blockchain revolution?

Category: Blockchain

A friend of mine asked me: bitcoin was invented 10 years ago, why has not anyone come up with a real product yet? Has anything been disrupted by blockchain? His disappointment is quite ...

What is a fork? Why is it dangerous?

Category: Blockchain

Often a blockchain can have some flaws, bugs or it just needs improvements. To fix those vulnerabilities the blockchain has to be forked. A fork rewrites the rules which a full node must follow in ...