- 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