A simple Like Button / HTML Widget that uses IPFS and OrbitDB to sync data
without using central servers. [Experimental]
View Demo
·
Read More
This widget uses IPFS and OrbitDB to have a fully decentralised and p2p "Like button" in the browser without any servers or FaaS. Important Note: This project is just an experiment and far from being production ready!
This is a Qm64 experiment!
To run the software locally you don't need any configuration or download. You can browse to the setup page and copy your HTML snippet. On the setup page you can also create a widget or load an existing one by inserting the dbkey/Database Address.
If you instead want to modify the source code and run it locally you can follow these steps.
To run this software you need:
- Clone the repo
git clone https://gitlab.com/Qm64/dlike.git
- Run it locally
make run
This will run a local development server. Open a browser and visit localhost:9000 to see the setup page and test the changes.
Distributed under the GPLv3 License. See LICENSE
for more information.
Lorenzo Setale - @koalalorenzo - Website
- Project Blog Post: https://qm64.tech/posts/202006-ipfs-orbitdb-likes/
- Project Link: https://gitlab.com/Qm64/dlike