Repo for all Mobx stores used across dapps & plugins
Store | Description |
---|---|
DappsDisplayStore | Display information of dapps (visibility, pinned...) |
DappsPermissionsStore | Method permissions for dapps |
DappsStore | List of all dapps with info |
DappsUrlStore | Base url of dapps |
HardwareStore | Hardware wallets |
SignerStore | Signer requests |
This repo tries to follow the structure described in ./src/methodGroups.js
.
Folder | Method Groups | Stores |
---|---|---|
accounts/ | accounts accountsEdit |
HardwareStore |
dapps/ | dapps dappsEdit |
DappsDisplayStore, DappsPermissionsStore, DappsStore, DappsUrlStore |
signer/ | signerConfirm signerRequests |
SignerStore |