# Folder structure

### DappCore

Logic that is shared between widget and extension dapp connector.

### SdkCore

Logic that is shared with blockchain specific `dapp-client-*` libs,
can depend on SdkCore.

### Widget

Logic that is specific to communication width the Widget itself, like
iframe specific logic or widget specific messaging.

### Utils

General utils used across other files.
