# triangular-arbitrage **Repository Path**: weyha/triangular-arbitrage ## Basic Information - **Project Name**: triangular-arbitrage - **Description**: 数字货币-三角套利机器人 - **Primary Language**: TypeScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2018-07-26 - **Last Updated**: 2024-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # triangular-arbitrage 数字货币-三角套利机器人 ## 配置 1、config/default.org.toml 改为 config/default.toml 2、config/default.toml文件中配置修改,例如:币安apikey ## 启动步骤 启动自动套利程序步骤 ```js // 只在第一次安装程序时需要运行 npm install // 启动自动套利主程序 npm start ``` ## 控制台运行效果