block-shop

所属分类:区块链开发
开发工具:CSS
文件大小:888KB
下载次数:0
上传日期:2017-10-29 09:03:46
上 传 者sh-1993
说明:  区块链商店,去中心化的产品转售与区块链
(block-shop,Decentralization of reselling of products with blockchain)

文件列表:
app.py (9141, 2017-10-29)
blockchain.py (491, 2017-10-29)
blockchain.pyc (1249, 2017-10-29)
config.py (0, 2017-10-29)
requirements.txt (127, 2017-10-29)
static (0, 2017-10-29)
static\assets (0, 2017-10-29)
static\assets\.DS_Store (8196, 2017-10-29)
static\assets\css (0, 2017-10-29)
static\assets\css\.DS_Store (6148, 2017-10-29)
static\assets\css\bootstrap.min.css (122540, 2017-10-29)
static\assets\css\demo.css (985, 2017-10-29)
static\assets\css\material-dashboard.css (141197, 2017-10-29)
static\assets\img (0, 2017-10-29)
static\assets\img\.DS_Store (6148, 2017-10-29)
static\assets\img\apple-icon.png (2446, 2017-10-29)
static\assets\img\cover.jpeg (346524, 2017-10-29)
static\assets\img\faces (0, 2017-10-29)
static\assets\img\faces\.DS_Store (6148, 2017-10-29)
static\assets\img\faces\marc.jpg (54633, 2017-10-29)
static\assets\img\favicon.png (2761, 2017-10-29)
static\assets\img\mask.png (756, 2017-10-29)
static\assets\img\new_logo.png (3557, 2017-10-29)
static\assets\img\sidebar-1.jpg (103430, 2017-10-29)
static\assets\img\sidebar-2.jpg (61982, 2017-10-29)
static\assets\img\sidebar-3.jpg (115530, 2017-10-29)
static\assets\img\sidebar-4.jpg (106952, 2017-10-29)
static\assets\img\tim_80x80.png (4821, 2017-10-29)
static\assets\js (0, 2017-10-29)
static\assets\js\.DS_Store (6148, 2017-10-29)
static\assets\js\bootstrap-notify.js (13154, 2017-10-29)
static\assets\js\bootstrap.min.js (36816, 2017-10-29)
static\assets\js\chartist.min.js (36026, 2017-10-29)
static\assets\js\demo.js (7151, 2017-10-29)
static\assets\js\jquery-3.1.0.min.js (86351, 2017-10-29)
static\assets\js\material-dashboard.js (10990, 2017-10-29)
static\assets\js\material.min.js (8137, 2017-10-29)
... ...

# Blockshop Decentralization of reselling of products with blockchain. ### Hackinout hack Team Name - The First Man Project link - [here](https://devpost.com/software/block-shop) ### Inspiration To make the reselling of things among peers thereby eliminating charges that the merchants charge and also verifying the products with the help of nearby peers of the seller ### What it does Consider person A is seller and B is buyer. - A puts a product on the site. - B wants to buy it. But B wants to eliminate the charges inculcated by the middle merchants like olx or droom.in(in case of automobiles). B also doesn't want to compromise with the quality of the product. - Thus, we offer a reward( in terms of a currency or ether ) to the peers in the vicinity of the seller A to check the product in person for buyer B. - The first person( let's say C ) who approaches A records the quality and features of the product and makes a statement whether it is good to buy or not which is to be verified by other peers. - The following people approaching A after C( say D, E ), counter check the statement of A so as to not have any kind of fraud. They also get a part of generated currency on counter checking the first person's decision so that they won't be without reward. - If majority of people( minimum 6-7 ) confirm about the quality of product, then we add the transaction and thus many transactions are combined to form a block which we append in our blockchain. - If a peer tries to fraud, we have a factor called 'Reputation', which would eventually decrease if he tries to do deceit. ### Setup Create a virtual environment. ``` (for macOS) virtualenv --python /usr/bin/python2.7 venv source venv/bin/activate git clone https://github.com/sumedh123/block-shop cd block-shop pip install -r requirements.txt python app.py ``` Head out to http://localhost:5000 in browser.

近期下载者

相关文件


收藏者