diff --git a/README.md b/README.md index d628d3fd..be11e98a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Pubky App is the primary application built on the Pubky Core protocol, offering - **Decentralized Social Interaction**: Engage with others without centralized control. - **Content Publishing**: Publish articles, images, and more in a fully decentralized manner. - **Tag-Based Discovery**: Leverage user-generated tags for effective content discovery. -- **Lightning Network Payments**: Integrate peer-to-peer payments for content monetization. ## Technology Stack @@ -42,10 +41,8 @@ Update the `.env` file with the following required variables: - `PUBKY_API_KEY`: The API key for Pubky Core. This key is necessary for authenticating requests and integrating with Pubky Core services. - `HOMESERVER_URL`: URL for the homeserver that stores and synchronizes user data. This homeserver is responsible for keeping user content available and synchronized across devices. -- `LIGHTNING_NODE_URL`: URL for the Lightning Network node. This is used for handling payment requests and enabling microtransactions within the Pubky App. - `PKARR_ENDPOINT`: Endpoint URL for PKARR services, which are essential for managing user identities and addressing content in a decentralized manner. - `HOMESERVER_URL`: URL for the homeserver that stores and synchronizes user data. -- `LIGHTNING_NODE_URL`: URL for the Lightning Network node. - `PKARR_ENDPOINT`: Endpoint URL for PKARR services. Install dependencies: