This project gets the mileage from a Car Simulator instance and saves it in the CarChain Blockchain.
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.
Library | Version |
---|---|
geopy | 1.16.0 |
pymongo | 3.6.0 |
requests-futures | 0.9.7 |