From d50262d1e5896432a09005e1da5c952007155ee6 Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 13 Sep 2022 20:38:50 +0000 Subject: [PATCH] Update readme --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e44e58a..b2eb8ee 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,30 @@ Built on [ActivityPub](https://www.w3.org/TR/activitypub/) protocol, self-hosted Unique features: - [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361). -- Recurring payments. Subscribers-only posts. +- Subscriptions (recurring payments). Subscribers-only posts. - Donations. - Token-gated registration (can be used to verify membership in some group or to stop bots). - Converting posts into NFTs. Supported blockchains: -- Ethereum and other EVM-compatible blockchains. - Monero. +- Ethereum and other EVM-compatible blockchains. -Ethereum contracts repo: https://codeberg.org/silverpill/mitra-contracts +Demo instance: https://public.mitra.social/ ([invite-only](https://public.mitra.social/about-public)) -Frontend repo: https://codeberg.org/silverpill/mitra-web - -Demo instance: https://public.mitra.social/ (invite-only) +Network stats: https://the-federation.info/mitra Matrix chat: [#mitra:halogen.city](https://matrix.to/#/#mitra:halogen.city) +## Code + +Server: https://codeberg.org/silverpill/mitra (this repo) + +Web client: https://codeberg.org/silverpill/mitra-web + +Ethereum contracts: https://codeberg.org/silverpill/mitra-contracts + ## Requirements - Rust 1.54+ (when building from source)