Update readme
This commit is contained in:
parent
e51f5fa3bb
commit
8ab79d8a77
2 changed files with 8 additions and 4 deletions
|
@ -13,6 +13,7 @@ The following activities are supported:
|
||||||
- Undo(Like)
|
- Undo(Like)
|
||||||
- Announce(Note)
|
- Announce(Note)
|
||||||
- Undo(Announce)
|
- Undo(Announce)
|
||||||
|
- Update(Note)
|
||||||
- Follow(Person)
|
- Follow(Person)
|
||||||
- Update(Person)
|
- Update(Person)
|
||||||
- Delete(Person)
|
- Delete(Person)
|
||||||
|
|
11
README.md
11
README.md
|
@ -1,10 +1,10 @@
|
||||||
# Mitra
|
# Mitra
|
||||||
|
|
||||||
Federated social network with smart contracts.
|
Federated social network with blockchain integration.
|
||||||
|
|
||||||
Built on [ActivityPub](https://www.w3.org/TR/activitypub/) protocol, self-hosted, lightweight. Part of the [Fediverse](https://en.wikipedia.org/wiki/Fediverse).
|
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:
|
Unique features:
|
||||||
|
|
||||||
- [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361). A combination of domain-based and key-based identity.
|
- [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361). A combination of domain-based and key-based identity.
|
||||||
- Donations.
|
- Donations.
|
||||||
|
@ -12,9 +12,12 @@ Unique features enabled by blockchain integration:
|
||||||
- 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.
|
||||||
|
|
||||||
Currently only Ethereum and other EVM-compatible blockchains are supported.
|
Supported blockchains:
|
||||||
|
|
||||||
Smart contracts repo: https://codeberg.org/silverpill/mitra-contracts
|
- Ethereum and other EVM-compatible blockchains.
|
||||||
|
- Monero (WIP).
|
||||||
|
|
||||||
|
Ethereum contracts repo: https://codeberg.org/silverpill/mitra-contracts
|
||||||
|
|
||||||
Frontend repo: https://codeberg.org/silverpill/mitra-web
|
Frontend repo: https://codeberg.org/silverpill/mitra-web
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue