/CarChainSaver

Save the mileage of a CarSimulator instance in the Blockchain

Primary LanguagePythonMIT LicenseMIT

Car Chain Saver

This project gets the mileage from a Car Simulator instance and saves it in the CarChain Blockchain.

Instructions

Make a db_connector.py file with a get_mongo_client function, which should return a MongoClient to your Database.

There should also be a endpoint_ip.py file with a endpoint_ip str, the ip of any CarChain node capable of hashing a block.

Requirements:

Library Version
geopy 1.16.0
pymongo 3.6.0
requests-futures 0.9.7