[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80181":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":10,"pushedAt":10,"updatedAt":37,"readmeContent":38,"aiSummary":39,"trendingCount":15,"starSnapshotCount":15,"syncStatus":40,"lastSyncTime":41,"discoverSource":42},80181,"yieldly-app","YieldlyX\u002Fyieldly-app","YieldlyX","Electron desktop app for crypto trading and sports betting. Works on Windows, macOS, and Linux. (polymarket, binance, okx, coinbase, kucoin, kraken, bybit, mexc)","https:\u002F\u002Fyieldlyx.org",null,"JavaScript",32,36,1,0,35,45.2,false,"main",true,[22,23,24,25,26,27,28,29,30,31,32,33,34,35,36],"bot","cryptocurrency","electron-app","linux","macos","multios","polymarket","polymarket-bot","polymarket-trading-bot-strategies","sports-betting","trading","trading-bot-bsc-solana","trading-toolkit","ubuntu","windows","2026-06-12 04:01:27","# YieldlyX Standalone\n\n\n\nYieldlyX Standalone is an Electron desktop wrapper for OpenTrader that runs entirely on your local machine.\n\n\n\n\n## Scope and Behavior \n\n\n\n- OpenTrader engine runs at `http:\u002F\u002F127.0.0.1:8000`.\n\n- On first run, the app asks for an admin password, initializes a local SQLite database, then launches OpenTrader inside the desktop window.\n\n- If no exchange account is configured, the UI guides users to the Accounts screen before strategy\u002Fbot routes.\n\n\n\n## Requirements\n\n\n\n- Node.js `>= 22`\n\n- npm\n\n- Windows, macOS, or Linux (Electron-based runtime)\n\n\n\n## Quick Start\n\n\n\n```bash\n\nnpm install\n\nnpm start\n\n```\n\n\n\n`npm install` downloads dependencies and automatically sets up the OpenTrader Prisma client, Electron binary, and required patches. No extra setup step is required.\n\n\n\n## Runtime Data (Local)\n\n\n\nThe app stores OpenTrader runtime data in Electron `userData` under an `opentrader` folder:\n\n\n\n- `pass` - local admin password file\n\n- `dev.db` - local SQLite database\n\n- `strategies\u002F` - custom strategy files\n\n\n\nAll of these are local files on the same machine where the app runs.\n\n\n\n## Available Scripts\n\n\n\n- `npm start` - start the desktop app (re-checks Prisma\u002FElectron if needed)\n\n- `npm run setup` - re-run the same setup as `npm install` postinstall\n\n- `npm run setup:deps` - alias for `npm run setup`\n\n- `npm run reinstall` - clean `node_modules` and full reinstall\n\n- `npm run kill:engine` - force-free port `8000` before startup\n\n- `npm run icons` - regenerate app icon assets\n\n- `npm run build:win` - build Windows installer\n\n- `npm run build:mac` - build macOS package\n\n- `npm run build:linux` - build Linux package\n\n- `npm run build` - run default electron-builder target\n\n\n\n## Build Notes\n\n\n\nThe build pipeline runs a `prebuild` step that:\n\n\n\n1. Generates OpenTrader Prisma client (`scripts\u002Fgenerate-opentrader-prisma.mjs`)\n\n2. Generates app icons (`scripts\u002Fgenerate-app-icon.mjs`)\n\n\n\nDuring packaging, `scripts\u002Fafter-pack.mjs` copies OpenTrader `.prisma` assets into the unpacked app resources.\n\n\n\n## Troubleshooting\n\n\n\n### Prisma client not found near OpenTrader\n\n\n\n```bash\n\nnpm run setup\n\nnpm start\n\n```\n\n\n\n### `npm install` \u002F postinstall issues\n\n\n\nIf install fails or scripts were skipped:\n\n\n\n```bash\n\nnpm install --ignore-scripts\n\nnpm run setup\n\nnpm start\n\n```\n\n\n\n### Port `8000` already in use\n\n\n\n```bash\n\nnpm run kill:engine\n\n```\n\n\n\n### Windows lock\u002FEBUSY during reinstall\n\n\n\n```powershell\n\npowershell -ExecutionPolicy Bypass -File .\\scripts\\clean-install.ps1\n\n```\n\n\n\n### macOS\u002FLinux reinstall cleanup\n\n\n\n```bash\n\nsh .\u002Fscripts\u002Fclean-install.sh\n\n```\n\n\n\n","YieldlyX是一款基于Electron的桌面应用程序，专为加密货币交易和体育博彩设计，支持Windows、macOS和Linux操作系统。它集成了多种交易平台如Polymarket、Binance等，并允许用户通过本地运行的OpenTrader引擎进行策略配置与自动化交易。该应用的核心功能包括本地管理账户、自定义交易策略以及使用SQLite数据库存储运行时数据，确保了数据的安全性和隐私性。适用于需要跨平台操作且偏好于在本地环境中执行复杂交易策略的专业交易者或开发者。",2,"2026-06-11 03:59:33","CREATED_QUERY"]