-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
22 lines (16 loc) · 759 Bytes
/
Readme.txt
File metadata and controls
22 lines (16 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This project is based on Blockchain Development technology with implimentation of smart contracts to get final
product as a Supply Chain Management Unit.
Tech Stack:
1. Ethereum smart constracts (in solidity)
2. Rinkeby testnet
3. Truffle framework
4. Remix IDE
5. Web3.js
6. Geth
Working Protocol:
1. Manufacture requests parts from OEM.
2. OEM lists down all the parts and their details in the contract.
3. If parts are genuine and non defective the OEM gets paid.
4. Now Manufacturer starts assembling the car.
This protocol has been implemented as a smart contract, and has been optimized for the use-case of automobile supply chains.
It has been **deployed and tested** on the Rinkeby: Ethereum Test Net and in Metamask Tool.