block-accounting/README.md

12 lines
552 B
Markdown
Raw Normal View History

2024-05-04 23:11:22 +00:00
![LOGIN FLOW](./login-flow.png "Login")
[//]: # (![Example architecture](./arch.png "Arch"))
2024-05-05 13:12:22 +00:00
![License](./license.png "Arch")
2024-05-12 23:23:22 +00:00
![Salaries](./salaries.png "Arch")
2024-05-04 23:11:22 +00:00
2024-05-05 13:12:22 +00:00
# Registration Flow
2024-05-04 23:11:22 +00:00
- On First Login - Owner inputs his SEED_KEY (mnemonic), creates an organization, we save its seed hash for future login and signing internal txs.
- When inviting an employee to organization- we generate an invitation link, then after clicking on this link - the user is asked for seed, if he's already registered or able to generate a seed for new account.
2024-05-05 13:12:22 +00:00
-