文件名称:盐粒:新闻文章的来源及其来源的可靠性
文件大小:309KB
文件格式:ZIP
更新时间:2024-02-25 16:29:37
ember ethereum dapp smart-contracts blockchain
盐粒 这个项目是为了防止假新闻在社交网络上的传播,并鼓励人们以微不足道的方式获取信息。 该项目是Reddit的克隆,并使用Reddit API来获取帖子数据。 分数根据用户的信誉分配给每个帖子。 然后通过智能合约更新该分数,该合约还接收用户发布的任何新帖子。这些分数用于在每个帖子周围生成彩色边框,范围从绿色到可读取(可信任到不可信任)。 先决条件 您需要在计算机上正确安装以下物品。 (带有NPM) 安装 克隆此存储库 git clone git@github.com:BlockchainNL/grain-of-salt.git或 git clone https://github.com/Bl
【文件预览】:
grain-of-salt-master
----.gitignore(389B)
----app()
--------app.js(362B)
--------components()
--------resolver.js(65B)
--------templates()
--------models()
--------helpers()
--------index.html(2KB)
--------controllers()
--------routes()
--------styles()
--------router.js(278B)
----truffle-config.js(287B)
----package.json(2KB)
----package-lock.json(428KB)
----.watchmanconfig(37B)
----.travis.yml(178B)
----LICENSE(1KB)
----public()
--------fonts()
--------robots.txt(51B)
--------assets()
--------crossdomain.xml(585B)
----testem.js(341B)
----.eslintrc.js(259B)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
--------bootstrap.min.css(107KB)
----tests()
--------integration()
--------unit()
--------helpers()
--------.eslintrc.js(55B)
--------index.html(1KB)
--------test-helper.js(162B)
----config()
--------targets.js(164B)
--------environment.js(1KB)
----migrations()
--------2_deploy_contracts.js(133B)
--------1_initial_migration.js(129B)
----.ember-cli(280B)
----contracts()
--------Migrations.sol(515B)
--------GrainOfSalt.sol(1KB)
----truffle.js(287B)
----ember-cli-build.js(918B)
----bower.json(48B)
----.editorconfig(368B)