#BinanceTournament #blockchains #build #googleai

Build new Blockchain from zero

What is blockchain? Is it hard to build one? Where do you start? Which programming language should I use?

4 STEPS TO CREATING A BLOCKCHAIN

Create a block.

Add the data (header and body) to the block.

Hash the block.

Chain the blocks together.

What Prerequisites Do I Need to Create a Blockchain?

A network.

Cryptography.

A data structure and algorithms.

Decentralized systems.

Javascript, Go or Python knowledge.

There are three types of blockchain:

Private: Use only internally, and when we know the users (eg. Hyperledger Fabric).

Public: Everyone can see what is going on (Bitcoin, Ethereum).

Hybrid: In case you want to combine the first two.