Skip to content

Shubhamkhapra/Blockchain_-_Cryptocurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain_-_Cryptocurrency

blockchain.png


Blockchain_&_Cryptocurrency

Introduction

Blockchain_&_Cryptocurrency A blockchain is a time-stamped decentralized series of fixed records that contains data of any size is controlled by a large network of computers which are scattered around the globe and not owned by a single organization. Every block is secured and connected with each other using hashing technology which protects it from being tempered by an unauthorized person.

Main Features

- Create A Block & Mine the block
- Decentralized Connect peer to peer network

⚡ Installation

Install system Dependencies:
~> sudo apt-get update
~> sudo apt-get install python3-pip

Clone the GitHub repo & install python Dependencies :
~> git clone https://github.com/Shubhamkhapra/Blockchain_-_Cryptocurrency.git
~> cd Blockchain_&_Cryptocurrency
~>source /venv/bin/activate
~>python3 -m pip install -r requirements.txt