Update readme

This commit is contained in:
silverpill 2022-09-13 20:38:50 +00:00
parent 310cc10c3c
commit d50262d1e5

View file

@ -7,24 +7,30 @@ Built on [ActivityPub](https://www.w3.org/TR/activitypub/) protocol, self-hosted
Unique features: Unique features:
- [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361). - [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361).
- Recurring payments. Subscribers-only posts. - Subscriptions (recurring payments). Subscribers-only posts.
- Donations. - Donations.
- Token-gated registration (can be used to verify membership in some group or to stop bots). - Token-gated registration (can be used to verify membership in some group or to stop bots).
- Converting posts into NFTs. - Converting posts into NFTs.
Supported blockchains: Supported blockchains:
- Ethereum and other EVM-compatible blockchains.
- Monero. - 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 Network stats: https://the-federation.info/mitra
Demo instance: https://public.mitra.social/ (invite-only)
Matrix chat: [#mitra:halogen.city](https://matrix.to/#/#mitra:halogen.city) 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 ## Requirements
- Rust 1.54+ (when building from source) - Rust 1.54+ (when building from source)