jszgb / jszgb.com

Community for JavaScript developers from Zagreb, Croatia. :house:
http://jszgb.com
MIT License
19 stars 11 forks source link

Blockchain with NodeJS & TypeScript #50

Closed Predjo closed 6 years ago

Predjo commented 6 years ago

Hello, I would like to propose a talk about creating a simple blockchain using NodeJS & TypeScript. I would talk about some basic concepts of the blockchain and how to create them using aforementioned technologies. I plan to make it as simple as possible so everyone can understand.

dinodsaurus commented 6 years ago

Can you give me a short desc of the talk?

Predjo commented 6 years ago

Building your own Blockchain with NodeJs & TypeScript

Everyone is talking about Blockchain these days. But do you have any idea how it works? If no, hopefully I can help you with that. And the best way to understand something is by building it yourself. We will start form the basic cryptographic functions in Node to understanding transactions, blocks, mining and the basic proof of work system.

dinodsaurus commented 6 years ago

It was awesome!