- João Santos' M.Sc Thesis
- Universidade de Lisboa, Instituto Superior Técnico
- 2017-2018
- Advisors:
DClaims is a platform that enables a truly distributed and trustless way of managing claims about News articles. Currently under development.
Using the DClaims-Web-Extension users can generate claims (whose authenticity and integrity can be verified by anyone without the need of a third party) about any news article, and those claims can be presented to all other users. This all happens in a distributed and trustless form, with the use of IPFS and Ethereum.
DClaims is made of three main components. DClaims-Web-Extension, DClaims-Core and DClaims-Ethereum.
> npm install --save ipfs-api
# Show the ipfs config API port to check it is correct
> ipfs config Addresses.API
/ip4/127.0.0.1/tcp/5001
# Set it if it does not match the above output
> ipfs config Addresses.API /ip4/127.0.0.1/tcp/5001
# Restart the daemon after changing the config
# Run the daemon
> ipfs daemon
- Go to [
chrome://extensions
] - Check the
Developer Mode
box - Select
Load unpacked extension...
and chose thedclaims-news/src/dist
directory.