You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,40 @@ Open-source browser extension and wallet companion for the WhiteOwl panel.
4
4
5
5
This repository is intended to be the standalone split of the extension layer that works next to the main WhiteOwl panel/backend. It contains the Chrome Manifest V3 extension, side panel UI, provider bridge, wallet flows, token context overlays, page inspection tools, and local integration points for the WhiteOwl runtime.
6
6
7
+
## WhiteOwl Stack
8
+
9
+
WhiteOwl is split into two repositories that are designed to run together:
10
+
11
+
- Main panel and backend: `https://github.com/whiteowl-engine/WhiteOwl`
12
+
- Browser wallet and side panel extension: `https://github.com/whiteowl-engine/WhiteOwl-Extension`
13
+
14
+
The main WhiteOwl repo is the dashboard, local backend runtime, AI agent layer, automation surface, market data plane, and chat server. This extension repo is the in-browser wallet, provider bridge, site connection layer, inspector, and page-aware side panel. Together they form the full WhiteOwl operator workflow.
0 commit comments