- Clone the project
$ https://github.com/RiteshPuvvada/Blockchain-Grip.git
$ cd Blockchain-Grip
- Install the dependencies
$ pip install Flask
- Run the application
$ python BlockChain.py
The application should be up and running at http://127.0.0.1:5000/
- Checking the Blockchain
http://127.0.0.1:5000/get_chain
- Mining a new block
http://127.0.0.1:5000/mine_block
- Check if the Blockchain is valid or not
http://127.0.0.1:5000/is_valid
- CPU: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
- Memory: 8G
- GPU: Nvidia 750ti
python main_BlockChain.py
Run script in here.