mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-19 02:56:43 +00:00
deploy: 937c79bc3c
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
flowchart TD
|
||||
S([Start]) --> A["Step 1: Create a wallet<br/>save your recovery phrase"]
|
||||
A --> B["Step 2: Register the name<br/>connect wallet, search, choose years"]
|
||||
B --> C["On Create your profile, paste your link into<br/>SimpleX contact (@name) or SimpleX channel (#name)"]
|
||||
C --> H["Confirm: two transactions,<br/>60 seconds apart"]
|
||||
H --> I["Step 3: search or type your name<br/>shows 'Unconfirmed name'"]
|
||||
I --> D{"A contact or a channel?"}
|
||||
D -->|"@name (contact)"| J1["Step 4: set Your SimpleX name<br/>in your SimpleX address"]
|
||||
D -->|"#name (channel)"| J2["Step 4: set SimpleX name<br/>in the channel"]
|
||||
J1 --> K["Step 5: from another device,<br/>search or type the name"]
|
||||
J2 --> K
|
||||
K --> Z([Connected. Name verified.])
|
||||
|
||||
classDef start fill:#f4ecf7,stroke:#8e44ad,color:#4a235a;
|
||||
classDef step fill:#eaf2fb,stroke:#2e86de,color:#1b3a5b;
|
||||
classDef ok fill:#d5f5e3,stroke:#27ae60,color:#145a32;
|
||||
class S start;
|
||||
class Z ok;
|
||||
class A,B,C,H,I,J1,J2,K step;
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 112 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 263 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 227 KiB |
@@ -834,7 +834,7 @@ window.addEventListener('click',(e)=>{
|
||||
<li>Tap on "Send questions and ideas".</li>
|
||||
</ul>
|
||||
<h3 id="join-some-user-groups" tabindex="-1">Join some user groups</h3>
|
||||
<p>There are links to join several <a href="https%3A//github.com/simplex-chat/simplex-chat/blob/stable/simplex-chat/README.md#join-user-groups">user groups</a> on our GitHub page - join them to ask any questions and discuss ideas.</p>
|
||||
<p>There are links to join several <a href="https://github.com/simplex-chat/simplex-chat/blob/stable/README.md">user groups</a> on our GitHub page - join them to ask any questions and discuss ideas.</p>
|
||||
<p>You can also find some other user-managed groups via online search.</p>
|
||||
<p>To join a group via a link:</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user