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
dclaims-news/src/dist
and install it in Chrome:chrome://extensions
]Developer Mode
boxLoad unpacked extension...
and chose the dclaims-news/src/dist
directory.Generate Claim
button.