{"id":42028454,"url":"https://github.com/sevtin/coinex","last_synced_at":"2026-01-26T04:12:56.880Z","repository":{"id":240024122,"uuid":"801357996","full_name":"sevtin/coinex","owner":"sevtin","description":"Golang + Vue3 加密币模拟交易所。","archived":false,"fork":false,"pushed_at":"2025-05-04T10:46:16.000Z","size":1964,"stargazers_count":21,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-04T11:18:35.395Z","etag":null,"topics":["blockchain","cryptocurrency","exchange","golang","trading-engine","virtual-currency","vue","vue3"],"latest_commit_sha":null,"homepage":"https://eipistar.dpdns.org/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sevtin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-16T04:40:42.000Z","updated_at":"2025-05-04T10:46:20.000Z","dependencies_parsed_at":"2025-01-26T09:21:30.760Z","dependency_job_id":"9b56abd7-bc56-4bb5-9fb6-222e48aa4541","html_url":"https://github.com/sevtin/coinex","commit_stats":null,"previous_names":["sevtin/coinex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sevtin/coinex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevtin%2Fcoinex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevtin%2Fcoinex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevtin%2Fcoinex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevtin%2Fcoinex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sevtin","download_url":"https://codeload.github.com/sevtin/coinex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevtin%2Fcoinex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28766608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","cryptocurrency","exchange","golang","trading-engine","virtual-currency","vue","vue3"],"created_at":"2026-01-26T04:12:56.799Z","updated_at":"2026-01-26T04:12:56.864Z","avatar_url":"https://github.com/sevtin.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Golang + Vue3 加密币模拟交易所\n\n从2024年9月至今无错单/无漏单\n\n线上地址：https://eipistar.dpdns.org/\n\n![eipistar.png](resource%2Fimages%2Feipistar.png)\n\n#### 本地运行步骤:\n\n1、安装依赖：npm install\n\n2、运行项目：npm run prod\n\n3、处理cookie跨域：打开控制台，修改Cookies的domain。将eipistar.dpdns.org修改为localhost，刷新当前页面即可。\n\n### 后端架构图:\n\u003ccenter\u003e\n\u003cimg src=\"src/assets/swift.jpg\" alt=\"swift\" width=\"70%\"/\u003e\n\u003c/center\u003e\n\n### 撮合交易引擎基准测试\n#### int64版本基准测试\n```\nsaeipi@saeipi xengine % go test -bench=.\ngoos: darwin\ngoarch: arm64\npkg: lark/pkg/common/xengine\nBenchmarkSubmitBuyOrders-8                       5645808               223.4 ns/op\nBenchmarkSubmitSellOrders-8                      6197025               232.9 ns/op\nBenchmarkOrderMatching-8                         6565600               223.4 ns/op\nBenchmarkCancelOrders-8                         45432530                23.44 ns/op\nBenchmarkBulkOrderProcessing-8                   4856690               248.6 ns/op\nBenchmarkOrderbook5kLevelsRandomInsert-8        13577226                75.25 ns/op\nBenchmarkOrderbook10kLevelsRandomInsert-8       15151626                82.45 ns/op\nBenchmarkOrderbook20kLevelsRandomInsert-8       12119716                83.93 ns/op\nPASS\nok      lark/pkg/common/xengine 12.553s\n```\n\n#### decimal版本基准测试\n```\nsaeipi@saeipi xengine % go test -bench=.\ngoos: darwin\ngoarch: arm64\npkg: lark/pkg/common/xengine\nBenchmarkSubmitBuyOrders-8                       2103273               569.8 ns/op\nBenchmarkSubmitSellOrders-8                      2244198               599.9 ns/op\nBenchmarkOrderMatching-8                         2139739               619.8 ns/op\nBenchmarkCancelOrders-8                          9421946               125.2 ns/op\nBenchmarkBulkOrderProcessing-8                    666296              1670 ns/op\nBenchmarkOrderbook5kLevelsRandomInsert-8         2632840               424.6 ns/op\nBenchmarkOrderbook10kLevelsRandomInsert-8        2358277               575.8 ns/op\nBenchmarkOrderbook20kLevelsRandomInsert-8        1819166               703.7 ns/op\nPASS\nok      lark/pkg/common/xengine 15.954s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevtin%2Fcoinex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevtin%2Fcoinex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevtin%2Fcoinex/lists"}