AutoChain

所属分类:自动驾驶
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2020-06-04 11:22:22
上 传 者sh-1993
说明:  汽车所有权网络的去中心化区块链。,
(A decentralized blockchain for the network for automobile ownership.,)

文件列表:
LICENSE (1066, 2020-06-04)
autochain.py (9885, 2020-06-04)
blockchain/ (0, 2020-06-04)
blockchain/autochain/ (0, 2020-06-04)
blockchain/autochain/__init__.py (0, 2020-06-04)
blockchain/autochain/__pycache__/ (0, 2020-06-04)
blockchain/autochain/__pycache__/__init__.cpython-36.pyc (145, 2020-06-04)
blockchain/autochain/__pycache__/views.cpython-36.pyc (5369, 2020-06-04)
blockchain/autochain/admin.py (63, 2020-06-04)
blockchain/autochain/apps.py (93, 2020-06-04)
blockchain/autochain/migrations/ (0, 2020-06-04)
blockchain/autochain/migrations/__init__.py (0, 2020-06-04)
blockchain/autochain/models.py (57, 2020-06-04)
blockchain/autochain/tests.py (60, 2020-06-04)
blockchain/autochain/views.py (6157, 2020-06-04)
blockchain/blockchain/ (0, 2020-06-04)
blockchain/blockchain/__init__.py (0, 2020-06-04)
blockchain/blockchain/__pycache__/ (0, 2020-06-04)
blockchain/blockchain/__pycache__/__init__.cpython-36.pyc (146, 2020-06-04)
blockchain/blockchain/__pycache__/settings.cpython-36.pyc (2260, 2020-06-04)
blockchain/blockchain/__pycache__/urls.cpython-36.pyc (1148, 2020-06-04)
blockchain/blockchain/__pycache__/wsgi.cpython-36.pyc (555, 2020-06-04)
blockchain/blockchain/asgi.py (397, 2020-06-04)
blockchain/blockchain/settings.py (3100, 2020-06-04)
blockchain/blockchain/urls.py (995, 2020-06-04)
blockchain/blockchain/wsgi.py (397, 2020-06-04)
blockchain/db.sqlite3 (0, 2020-06-04)
blockchain/manage.py (630, 2020-06-04)
image.png (204176, 2020-06-04)

# AutoChain [![Generic badge](https://img.shields.io/badge/build-passing-.svg)](https://tastedive-api-documentation.readthedocs.io/en/latest/?badge=latest)
**A decentralized blockchain for the network for automobile ownership.**



There have been lots of cases of robbery, fraud, fake, etc of the vehicles in the automobile industry. Many a time, the stolen vehicle is illegally found in someone’s house with illegal ownership. The core motivation is to reduce the appearance of 3rd party agents for safe and secure transactions.
The implementation of blockchain makes it easy to check a vehicle’s real history. Once data is entered into a blockchain, it becomes immutable, which means it can’t be changed. This eliminates data tampering and manipulation and dramatically reduces the risk of fraud. Since access to data is tracked, attempts to change data can be traced to the individual trying to make the changes. All of these features create a chain of trust that ensures that vehicle data remains accurate.
Also, the transfer of vehicle ownership has always been a long, tedious process. It involves filling out multiple paper documents, approval from numerous people, and going through many processes. This not only takes a long time, but also opens up registration to human error, or worse, fraud or manipulation of data. With so many steps in the process, it also costs a lot. Blockchain makes all of this quicker, easier, and safer.
Blockchain technology is all digital, which means there are no more cumbersome forms to fill out or paper records to search for. All the information is available and easily accessible. Smart contracts allow this information to be authenticated by the relevant people. The data is always available, making ownership transfer on future vehicle purchases even easier.
The outline here is the demonstration of my idea and the curiosity in blockchain technology. It is a theoretical blockchain, implemented in Python, which is used as the tracking records of vehicle ownership. --- # Details In the industry, automobile companies have a particular vehicle identification number, which is a unique code. The government issues this serial code for the proper use and to trace the manufacture and purchase history of the particular vehicle. It is based on the concept that all the digital events or each transaction that have been executed are encoded in the public ledger, which is verified by consensus of a majority of the participants in the system. The decentralized peer to peer network/nodes of every single transaction ever made.
A few variables for the above theoretical transaction system : - Owner - Automobile Organization with a vehicle for sale: e.g., Hyundai Motor India Limited. - Receiver - Person buying the vehicle: e.g., **Maria Pedraza** - Amount - Fiscal value paid by **Maria Pedraza** for acquiring the vehicle from the automobile company. - Vec_ID - Serial code of vehicle being sold. It is quite understandable that when Maria walks up to Hyundai to buy herself a new car, she initiates a transaction. This transaction records all these details and stores in the ledger. Now, when Maria decides to sell her vehicle, she becomes the owner, and Jamie, who's buying her car, becomes the receiver. Another, transaction is added to the chain. In these two transactions, we observe that we can preserve information regarding the automobile serial code while still tracking the movement of the vehicle from one hand to another.
This ledger nature of a blockchain also allows for Maia, Jamie, and Vivek to be updated about the movement of the particular automobile at the same time. If necessary, Maria can trace the records of the movement of a vehicle from initially to Vivek. --- ## Pre-requsites : A common understanding of blockchain and python basics is quite sufficient to make to implement this project. I would recommend to go through some underlying priciples like Proof of Work, Hashing Algorithms, Data distribution for the deep learning of blockchain technology.
Some resources: - https://bitsonblocks.net/2015/09/09/a-gentle-introduction-to-blockchain-technology/ - https://blockchain.berkeley.edu/courses/spring-2017-fundamentals-decal/ - https://www.youtube.com/watch?v=kP6EezXJKNM - https://www.youtube.com/watch?v=UqQMSVfugFA&list=PLsyeobzWxl7oY6tZmnZ5S7yTDxyu4zDW-&index=1 --- ## Packages Used : - Flask app - Requests
And use of Curl/Postman for making http request. --- ## Licence This project is licensed under the MIT License. See LICENSE.md for more information.

近期下载者

相关文件


收藏者