MCPcopy Index your code
hub / github.com/Yuandiaodiaodiao/opinion-panel

github.com/Yuandiaodiaodiao/opinion-panel @v1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0 ↗ · + Follow
254 symbols 464 edges 27 files 173 documented · 68%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BSC 预测市场交易工具

快速开始

1. 安装依赖

npm install

2. 配置

  • 编辑 config.js 文件,配置账户地址和合约信息
  • 复制 .env.example.env 并填入私钥和授权信息

3. 运行

npm start [topicId]

默认使用 Topic ID 789,可通过命令行参数指定其他 Topic

⚠️ 注意:请妥善保管你的私钥,不要泄露给任何人

image

Core symbols most depended-on inside this repo

render
called by 32
tradingDashboard.js
padLine
called by 15
src/dashboard/panels/ProfitLossPanel.js
showMessage
called by 11
tradingDashboard.js
formatAmount
called by 11
src/dashboard/panels/ProfitLossPanel.js
formatNumber
called by 10
src/dashboard/PanelBase.js
save
called by 7
AutoClearManager.js
refresh
called by 5
tradingDashboard.js
sendMessage
called by 5
TelegramNotifier.js

Shape

Method 191
Class 46
Function 17

Languages

TypeScript100%

Modules by API surface

tradingDashboard.js41 symbols
src/sdk/OpinionTradeSDK.js24 symbols
src/network/httpClient.js18 symbols
src/dashboard/panels/ProfitLossPanel.js15 symbols
src/sdk/TopicAPI.js14 symbols
AutoClearManager.js14 symbols
src/dashboard/panels/InputPanel.js11 symbols
src/dashboard/PanelBase.js10 symbols
src/dashboard/GridManager.js10 symbols
src/sdk/utils.js9 symbols
TelegramNotifier.js9 symbols
InventoryManager.js9 symbols

For agents

$ claude mcp add opinion-panel \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page