Skip to content

Commit

Permalink
PERA-1348 :: Add in Address Database diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltchuang committed Dec 30, 2024
1 parent 5f0943f commit 4bda89a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,37 @@ subgraph ABC["**Polling**"]
D@{shape: diam}
end
```

# Algorand Address Database

<img src="mermaid/database_address.png" width="300">


```sh
---
title: AddressDatabase
---
erDiagram
algo_25 {
string encrypted_address PK
string encrypted_secret_key
}
ledger_ble {
string encrypted_address PK
string device_mac_address
int account_index_in_ledger
string bluetooth_name
}
no_auth {
string encrypted_address PK
}
bip_39 {
string encrypted_address PK
String encrypted_seed
string encrypted_secret_key
int account
int change
int keyIndex
string derivationType
}
```
Binary file added mermaid/database_address.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bda89a

Please sign in to comment.