Build a Blockchain with Python & FastAPI

preview_player
Показать описание
In this video we're going to look at how to build a blockchain using Python and then access it using an API built with FastAPI.

The finished code can be found here:
Рекомендации по теме
Комментарии
Автор

👽 Join the Discord Server (link in the description)

iamrithmic
Автор

learned a lot of new stuff, fastapi and blockchain concepts were really well coded, awesome tutorial. 😃

John-xiim
Автор

hey Rithmic, very nice video! I hope your chanel grows fast! Wish you the best!

ANDIBAUER
Автор

Your code looks really clean and neat👍

joefelx
Автор

Amazing. Bro.
Really Helped me a lot.

plashless
Автор

What a great idea for a series. Keep up the efforts!

Just curious, how many blockchain projects do you have?!

CodingEntrepreneurs
Автор

very nice video ! which completion tool are you using and theme/fonts as well?

absinth
Автор

Thanks for the FastAPI content, subscribed. Don't stop posting new video's related to FastAPI.

sanyk
Автор

Just curious, what would happen if this blockchain is being mined from different nodes almost at the same time... How reliable would this system be un ensuring that no 2 blocks have the same indexes or it doesnt crash

zidanegimiga
Автор

Great video. I am getting AttributeError: module 'blockchain' has no attribute 'Blockchain' when running the bc = blockchain.Blockchain() do you have something else imported which is not visible in the script?
Cheers

patricktomczykaarup
Автор

I'd love to see someone actually launch a python blockchain, for real, and document it
I think it would make for a really interesting series. I've mostly been curious to see more python-based dapps

I'd love to launch a few daps but have had trouble finding anything beyond hello world (even among paid content)

thewilltejeda
Автор

Block chain architecture seems surprisingly simple from watching this.

optimusprime
Автор

can you help me, how to implement blockchain p2p network on considering 5 computers using python program

ranjithakrishnan
Автор

Need help
Import "fastapi" could not be resolved Pylance reportMissingImports
what my vscode says in main.py.

yacoubaabasskabore
Автор

hi Rithmic, thanks for a wonderful sharing with code. I have 2 questions: Q1. Why you do not include the Block hash in the the Block structure?

Q2. When you do Blockchain validation by checking the previous_hash etc, why do you need to do the Proof-of-work again?

The Nounce should be solved once and then the Block hash is generated. We should not need to run POW again - which is a lengthy operation - during verification.

Appreciate your reply. thanks.

stevenjohn
Автор

This was a really great tutorial on a proof of work blockchain, do you think you could do one on a proof of stake blockchain as well?
I've seen quite a few tutorials on proof of work blockchains (this was the best so far), I've yet to find one on proof of stake.

daveamies
Автор

Hey, @rithmic is it an Ethereum blockchain? Can I add a smart contract with it?

tuijtov
Автор

Bro what is that u are typing at 0:26?

csouravchowdhury
Автор

bro thanks for video. but repsonally I'm confused. there are a lot of information for me :D pls make video about web3 !!!

Kos
Автор

And blockchain actually is being stored on the server?

eugenetsukerman