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.
- Create A Block & Mine the block
- Decentralized Connect peer to peer network
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