https://github.com/web3w/defi-common
https://github.com/web3w/defi-common
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3w/defi-common
- Owner: web3w
- Created: 2020-09-23T10:51:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T13:10:54.000Z (over 5 years ago)
- Last Synced: 2025-07-10T00:17:30.822Z (11 months ago)
- Language: Go
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Defi各项目共用的工具项目
### 目录
proto
> protobuf 文件目录,生成pb文件和pb.gw文件。
utils
> 存放各种跨项目使用的工具类。
dbdata
> 存放和接口无关的数据表结构定义。
**不在接口中使用的表在该目录定义即可。**