{"id":22148677,"url":"https://github.com/tbenr/loopring-mm-bot","last_synced_at":"2026-04-11T21:37:08.132Z","repository":{"id":110140022,"uuid":"335875020","full_name":"tbenr/loopring-mm-bot","owner":"tbenr","description":"A simple market maker bot for loopring 3","archived":false,"fork":false,"pushed_at":"2021-02-21T18:39:02.000Z","size":198,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T17:44:56.540Z","etag":null,"topics":["blockchain","ethereum","exchange","loopring","market-maker-bot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tbenr.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}},"created_at":"2021-02-04T07:33:38.000Z","updated_at":"2021-02-26T00:09:13.000Z","dependencies_parsed_at":"2023-04-08T20:09:05.227Z","dependency_job_id":null,"html_url":"https://github.com/tbenr/loopring-mm-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbenr%2Floopring-mm-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbenr%2Floopring-mm-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbenr%2Floopring-mm-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbenr%2Floopring-mm-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbenr","download_url":"https://codeload.github.com/tbenr/loopring-mm-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245274656,"owners_count":20588828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","ethereum","exchange","loopring","market-maker-bot"],"created_at":"2024-12-01T23:29:06.244Z","updated_at":"2026-04-11T21:37:03.098Z","avatar_url":"https://github.com/tbenr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# loopring-mm-bot\nA simple market maker bot for loopring 3\n\n## configuration\n\nconfiguration is read in `config.json` from working dirirectory. The file must follow this structure:\n```\n{\n    \"restAPIBaseUrl\": \"https://api3.loopring.io\",\n    \"wsBaseUrl\": \"wss://ws.api3.loopring.io\",\n    \"account\": {\n        \"exchangeName\": \"Loopring Exchange v2\",\n        \"exchangeAddress\": \"0x0BABA1Ad5bE3a5C0a66E7ac838a129Bf948f1eA4\",\n        \"accountAddress\": \"0x...\",\n        \"accountId\": 0,\n        \"apiKey\": \"...\",\n        \"publicKeyX\": \"0x...\",\n        \"publicKeyY\": \"0x...\",\n        \"privateKey\": \"0x...\"\n    },\n    \"pair\": \"DAI-USDT\",\n    \"maxBuyPrice\": \"1.0002\",\n    \"minSellPrice\": \"1.0000\",\n    \"reconnectWsAfterMissedPingSeconds\": 60\n}\n```\n\n## implemented strategy\nthe bot allocates available funds with buy\\sell orders with the minimum spread possible.\n\n## TODO\n- complete test cases\n- add max amount to limit the allocated fund\n- honor maximum order amounts of token configuration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbenr%2Floopring-mm-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbenr%2Floopring-mm-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbenr%2Floopring-mm-bot/lists"}