A decentralized Social Media platform based on the PublicSquare protocol.
Public Square is a decentralized app that is possible thanks to blockchain. We use the Arweave blockchain. The Public Square platform is hosted in Arweave. Our app lives independently inside the permaweb and is governed purely by their own code, answering to no person or higher authority. Any post in Public Square cannot be modified by anyone and can be used by everyone, permissionlessly.
Public Square is a decentralized social media platform whose pourpose is to help the crowd to discern the truth.
You can try PublicSquare v2 from the next links:
Please visit our Discord channel for further support, comments or feedback: https://discord.gg/hUzqVaW7nx
PublicSquare v2 is made in Angular framework so you will need to have Node installed on your machine. For installing on your own environment just follow the next steps:
- Clone the project
- Run
npm install
from your command line - And that's it!
Run ng serve
or npm run start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
or npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
PublicSquare is an open protocol created by Sam Williams. You can check the original design on this gist: https://gist.github.com/samcamwilliams/811537f0a52b39057af1def9e61756b2
This version of PublicSquare is inspired on the @DanMacDonald tutorial. For more information on how to build permaweb apps and start enjoying the benefits of using Arweave please check the next links.
- Public Square App by @DanMacDonald: https://public-square.arweave.dev
- Public Square App code: https://github.com/DanMacDonald/public-square-app
- What is Arweave?: https://arwiki.wiki/#/en/Arweave
- What is the permaweb?: https://arwiki.wiki/#/en/the-permaweb
- Public Square Tutorial: Creating a Permaweb App with Arweave + React: https://arwiki.wiki/#/en/creating-a-dapp
- Public Square Tutorial: Querying Arweave: https://arwiki.wiki/#/en/creating-a-dapp-01
- Public Square Tutorial: Integrating Arweave-js: https://arwiki.wiki/#/en/creating-a-dapp-02
- Public Square Tutorial: Posting Transactions: https://arwiki.wiki/#/en/creating-a-dapp-03
- Public Square Tutorial: Polishing and Deploying: https://arwiki.wiki/#/en/creating-a-dapp-04