Legends of mountains and seas ;crypto trading platform
- 业务初步设计,创建项目设计文档
- 下一步设计选币机器人服务详细
- 初始化 cargo new --lib zms-tradition-proto-grpc-types 模块
- 初始化 cargo new --lib zms-tradition-rest-types 模块
- 基础数据定义转换函数实现
- 初始化 cargo new zms-tradition-rest-gateway-server 网关服务
- 初始化 cargo new zms-tradition-gw3data-server 业务数据服务
- 初始化 cargo new zms-tradition-picker-gbot 选币机器人服务 gbot:提供grpc服务 rbot:提供rest接口服务
- 网关服务增加启动逻辑,增加全局配置config.toml
- 业务数据服务增加选币查询逻辑【模拟数据】增加服务启动 路由
- 选币机器人服务增加服务启动逻辑
- 初始化 cargo new --lib zms-tradition-cal-types 因子,指标计算模块
- 市场基本数据获取逻辑完善
- 指标计算