ThePublic is a decentralized application (dApp) designed for networking, bookmarking, and socializing over WiFi networks. It leverages blockchain-based permissions to authenticate users and facilitate secure interactions. Additionally, ThePublic enables users to share their network and experiences via blockchain interoperability on the cross-chain platform LINK.
- Secure Networking: Authenticate users and manage permissions using blockchain technology.
- Bookmarking & Socializing: Connect and interact with others over shared WiFi networks.
- Cross-Chain Interoperability: Share your experiences across networks using LINK.
Follow these steps to set up and run ThePublic locally.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/yourusername/thepublic.git cd thepublic
-
Install dependencies:
yarn install
-
Run the development server:
nx serve
The application will be available at
http://localhost:4200
.
To build the project for production, use:
nx build