What is Blockchain? 🔐

Understand the ins and outs of Blockchain

- Types
- How it works
- Why it's considered secure
- Terms
- How it encrypts data
- Everything...

Le Thread🧵👇🏽
Blockchain is a system of recording information in a way that makes it impossible to change or hack

It is basically a group/network of computers sharing a public database containing encrypted data

The blockchain is a ledger that keeps records of every transaction on the network
Types of Blockchain

- Private blockchains
- Consortium blockchains
- Public blockchains
- Hybrid blockchains
🔸Public blockchains

This type of blockchain is completely unrestricted.

Anyone with an Internet connection can send transactions and serve as a validator (i.e., to participate in the execution of a consensus protocol)

Examples:
- Bitcoin (BTC)
- Ethereum (ETH)
Consensus Protocol

Is guaranteeing the stable operation of blockchain systems
🔸Private blockchains

This is the direct opposite to public blockchain.

A user will need access or permission before they can interact with this type of blockchain

Examples:
- Ripple (XRP)
- Hyperledger
🔸Hybrid blockchains

It is a blockchain with a combination of centralized and decentralized features
🔸Consortium blockchains

A consortium blockchain is a blockchain that is governed by numerous organizations rather than a single one.

Examples:
- Hyperledger
- Corda- Hyperledger
- Quorum
How does blockchain work?🤔💭

When data is saved on the network, it’s duplicated and distributed across the network of computers.

Before the data is added to the chain, it is asymmetrically encrypted using a private & a public key

This encrypted data is then added to the chain
How does blockchain encrypt data?🤔💭

Blockchain uses asymmetric cryptography.

Asymmetric cryptography uses a public and a private key for hashing data, identity management, and transaction authentication

This makes it one of the safest ways of storing data and records.
Why is it considered safe?🤔💭

Blockchain is not immune to hacking but it is impossible to change or remove data saved on it.

Its a network of 1000s of computers, and trying to hack that number of computers concurrently is almost impossible, thus, making it safe & trustworthy
Terms used in the blockchain community

- Centralisation ☂️
- Decentralisation 👥
- Cryptography🔐
🔸Centralisation
It's a state where data or activity is under the control of a single authority

Issues associated:

- Traceability
- High costs due to intermediary services
- Data leaks
- Hack attacks
🔸Decentralisation

It's a state where data or activity is distributed across several local entities rather than a single authority.

If a company decides to open other branches in other locations. In a decentralized model, these different branches can operate independently
Fun fact: 🍔 McDonald’s operates in a decentralised system
🔸Cryptography

The study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents
🔸Examples of blockchain networks

- Bitcoin
- Ethereum
- Litecoin
- Corda
- Multichain
- Energy Web Foundation
🔸Advantages of the blockchain technology

- It is secure
- Trustworthy
- Decentralised
- Transparent
- Fast and efficient
Since there are no intermediary services, reading and adding data to a blockchain network is faster and efficient comparing it to a centralized model
🔸Real-world applications of blockchain

- Anonymous exchange of digital assets (NFTs & cryptocurrencies)
- NFT marketplaces
- Cross-border payments
- Personal identity security
- Securely store valuable records
- Tracking music royalties
- Anti-money laundering system
Thanks for reading!

I post daily Web3, Software & Blockchain development content 👋

If you found this thread useful:

⚡ Retweet it
💛 Give me a follow
🔔 on Notifications

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with ⚡langford.dev⚡

⚡langford.dev⚡ Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @langford_dev

8 Jan
What are NFTs?🔥

Learn 'everything' about them!

Le Thread🧵👇🏽
NFT is short for Non-Fungible Tokens

They may look like pictures, but there's a lot under the hood.

NFTs are:

- one-of-a-kind
- rare
- are non-fungible
- can be sold

Any digital item can be an NFT - audio, photo, video, etc

🏞 Artworks are the most popular kind of NFTs
Non-fungible 🔐

NFTs are termed non-fungible because they can't be traded for other NFTs

They're one-of-a-kind and each NFT holds a specific value.

An NFT can't be exchanged for another NFT cos NFTs have different values unlike money where 1$ is worth 1$, and 2$ worth 2$...
Read 14 tweets
7 Jan
What to do after you've learned web3 development🔥

Le thread🧵👇🏽
💼 Find a job

You can find a job role as a:

- Smart Contract Engineer
- Blockchain Engineer
- Front-End Web3 Engineer
- Solidity Developer
- Web Developer (Web3/React)
- Fullstack Engineer
Blockchain dev salaries:

- Solidity dev in Asia → $100k - $150k/yr
- Remote Solidity dev → $100k - $200k/yr
- Solidity dev in U.S → $80k - $180k/yr
- Smart Contract Engineer → $100k - $120k/yr
- Fullstack Engineer → $80k - $175k/yr
Read 7 tweets
5 Jan
Learning Web3 is free! 🔥

My Top 10 YouTube Channels to learn Web3 development

Le Thread 🧵👇🏼
Read 12 tweets
3 Jan
💛 Web3 101 - Smart Contracts 💛

Let's talk about smart contracts

- What are they?
- How do they work?

Le Thread🧵👇🏽
A smart contract is:

- like an agreement between two people in the form of code.

- Cannot be changed after its written (immutable)

- only executes when predetermined conditions are met

- can be executed on its own without any third parties

- runs on the blockchain
Let's assume Jef wants to buy Vik's car

A smart contract represents the agreement between Jef & Vik on the blockchain

The contract will be like this:

AFTER Jef pays Vik 10 eth, THEN Jef becomes the new owner of the car

The contract only executes if Jef pays Vik 10 eth
Read 6 tweets
3 Jan
6 Simple tips on how to write better readable code ✅

Le thread 🧵👇🏼
✅ Use meaningful function and variable names

Avoid long phrases when naming.

Booleans should start with a verb (eg isActive, isOpen, isMoved...)

Names should be short easily understood
✅ Don't Repeat Yourself (DRY)

A function is supposed to do just one thing!

Group tasks into functions and only call them when needed. This makes your code cleaner

Don't repeat code!
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(