Skip to content

PabloRMira/blockchain

Repository files navigation

A dummy implementation of Blockchain in Python / Typescript

Based on the fantastic educational video Bitcoin ₿ in 100 Seconds // Build your Own Blockchain and implementation in typescript by fireship / Jeff Delaney.

How to run it

In Python

Prerequisites: conda installed (+ make installed for Linux users)

Clone the repository, navigate to the directory with your terminal and use

make setup-dev
python main.py

In Typescript

Prerequisites: npm + node.js installed

Clone the repository, navigate to the directory with your terminal and use

npm install
npm build
npm start