From 7ddce0a24d20c0ff2c1d1ffa34f3d46e20e41045 Mon Sep 17 00:00:00 2001 From: silverpill Date: Mon, 11 Jul 2022 00:48:33 +0000 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffefc2e..de83f6a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Federated social network with smart contracts. -Built on [ActivityPub](https://activitypub.rocks/) protocol, self-hosted, lightweight. +Built on [ActivityPub](https://www.w3.org/TR/activitypub/) protocol, self-hosted, lightweight. Part of the [Fediverse](https://en.wikipedia.org/wiki/Fediverse). Unique features enabled by blockchain integration: -- [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361). +- [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361). A combination of domain-based and key-based identity. - Donations. -- Paid subscriptions. -- Proving membership with a token. +- Recurring payments. Subscribers-only posts. +- Token-gated registration (can be used to verify membership in some group or to stop bots). - Converting posts into NFTs. Currently only Ethereum and other EVM-compatible blockchains are supported.