This is a proof of concept. Moderation is limited. Do not post offensive stuff or break the law! Developers are not resposible for whatever you do with project!
Decensored is a decentralized social media protocol. It is currently a working proof-of-concept. The Decensored smart contracts can be found at https://github.com/mikrohash/decensored-contracts
git clone https://github.com/mikrohash/decensored
cd decensored/app
npm install
After installation open app/index.html
in your browser.
Tailwind requirements:
- To build your CSS you’ll need to ensure you are running Node.js 12.13.0 or higher.
npm run tailwind:watch
- To run the frontend locally on http://127.0.0.1:8080
npm start