mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
renamed messaging service until multiple exist
This commit is contained in:
parent
647d7c8576
commit
e20a6241bf
@ -3,7 +3,7 @@
|
||||
<a href="#"><img src="/doc/screenshot.png" width="80%"/></a>
|
||||
</p>
|
||||
|
||||
Databag is a self-hosting network for the DWeb community. The project includes the messaging service, IndiCom. Notable features include:
|
||||
Databag is a self-hosting messaging service for the DWeb community. Notable features include:
|
||||
- Public-private key based identity and not bound to any blockchain or hosting domain.
|
||||
- Communication between accounts across different nodes
|
||||
- Direct communication between app and contact's node with no server-side replication.
|
||||
|
@ -9,7 +9,7 @@ export function Create() {
|
||||
return (
|
||||
<CreateWrapper>
|
||||
<div class="container">
|
||||
<div class="header">indicom</div>
|
||||
<div class="header">databag</div>
|
||||
<div class="subheader">
|
||||
<span class="subheader-text">Communication for the Decentralized Web</span>
|
||||
</div>
|
||||
|
@ -19,7 +19,7 @@ export function Login(props) {
|
||||
<SettingOutlined />
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="header">indicom</div>
|
||||
<div class="header">databag</div>
|
||||
<div class="subheader">
|
||||
<span class="subheader-text">Communication for the Decentralized Web</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user