Update readme
Removed unsupported features.
This commit is contained in:
parent
b2198985c8
commit
cdd80f207b
1 changed files with 10 additions and 8 deletions
18
README.md
18
README.md
|
@ -16,15 +16,14 @@ Other 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).
|
||||||
- Account migrations (from one server to another).
|
- Account migrations (from one server to another).
|
||||||
- Donation buttons.
|
- Donation buttons.
|
||||||
- Token-gated registration (can be used to verify membership in some group or to stop bots).
|
|
||||||
- Converting posts into NFTs.
|
|
||||||
- Saving posts to IPFS.
|
|
||||||
|
|
||||||
Demo instance: https://public.mitra.social/ ([invite-only](https://public.mitra.social/about))
|
Follow: [@mitra@mitra.social](https://mitra.social/@mitra)
|
||||||
|
|
||||||
|
Matrix chat: [#mitra:halogen.city](https://matrix.to/#/#mitra:halogen.city)
|
||||||
|
|
||||||
Network stats: https://the-federation.info/mitra
|
Network stats: https://the-federation.info/mitra
|
||||||
|
|
||||||
Matrix chat: [#mitra:halogen.city](https://matrix.to/#/#mitra:halogen.city)
|
Demo instance: https://public.mitra.social/ ([invite-only](https://public.mitra.social/about))
|
||||||
|
|
||||||
## Code
|
## Code
|
||||||
|
|
||||||
|
@ -38,9 +37,12 @@ Ethereum contracts: https://codeberg.org/silverpill/mitra-contracts
|
||||||
|
|
||||||
- Rust 1.56+ (when building from source)
|
- Rust 1.56+ (when building from source)
|
||||||
- PostgreSQL 12+
|
- PostgreSQL 12+
|
||||||
- IPFS node (optional, see [guide](./docs/ipfs.md))
|
|
||||||
- Ethereum node (optional)
|
Optional:
|
||||||
- Monero node and Monero wallet (optional)
|
|
||||||
|
- Monero node and Monero wallet service
|
||||||
|
- Ethereum node
|
||||||
|
- IPFS node (see [guide](./docs/ipfs.md))
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue