{"id":20669676,"url":"https://github.com/fox-one/mixin.fan","last_synced_at":"2025-03-10T16:38:16.402Z","repository":{"id":41879372,"uuid":"450092797","full_name":"fox-one/mixin.fan","owner":"fox-one","description":"The listings portal for Mixin Ecosystem","archived":false,"fork":false,"pushed_at":"2023-02-04T05:23:04.000Z","size":4293,"stargazers_count":6,"open_issues_count":11,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T13:32:40.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mixin.fan","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/fox-one.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":"2022-01-20T12:42:00.000Z","updated_at":"2022-02-23T09:23:01.000Z","dependencies_parsed_at":"2023-02-15T06:31:17.001Z","dependency_job_id":null,"html_url":"https://github.com/fox-one/mixin.fan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"fox-one/nuxt_ts_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fmixin.fan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fmixin.fan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fmixin.fan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fmixin.fan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fox-one","download_url":"https://codeload.github.com/fox-one/mixin.fan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242886166,"owners_count":20201495,"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":[],"created_at":"2024-11-16T20:15:31.465Z","updated_at":"2025-03-10T16:38:16.375Z","avatar_url":"https://github.com/fox-one.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mixin.fan\n\nThe listings portal for Mixin Ecosystem.\n\n## Submit New Applications\n\n\u003e Please don't submit super group bot or community bot. It's not ready to accept them.\n\n**Prerequisites**\n\n- an icon with size of at 256x256 pixels in PNG format. Please compress your icon at [tinypng](https://tinypng.com/) to reduce the size.\n- a JSON-based bot description file to describe your bot. Read the following section for the specification of the JSON file.\n\n**Submit**\n\n- fork this repo.\n- create a folder named your bot's id at `/static/bots/` directory\n- put you the icon and JSON file in the folder and name them as `icon.png` and `index.json`\n- create a PR to submit your changes\n\n## Bot Description File\n\nThe bot description file includes required fields and optional fields.\n\n```json\n{\n  // required fields.\n  // id, client_id, url, name, text, language\n  \"id\": \"Your bot ID. e.g. 70001010001\",\n  \"client_id\": \"your bot client_id. e.g. xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"url\": \"your bot's home url. e.g. https://mixin.one\",\n  // bot name, support mulitple languages: en, es, ja, zh, ko, de\n  \"name\": {\n    \"en\": \"Your bot's name\",\n    \"ja\": \"Your bot's name in Japanese\"\n  },\n  // description, up to 3 lines\n  \"text\": {\n    \"en\": [\"The first line of description\", \"The 2nd line of description\"]\n  },\n  // the category of your bot.\n  \"category\": \"exchange\",\n  // tags of the bot, up to 3 tags for each language\n  \"tags\": {\n    \"en\": [\"Mint\", \"Pando\"]\n  },\n  // default language\n  \"language\": \"en\",\n  // supported language\n  \"languages\": [\"en\", \"ja\", \"zh\", \"de\", \"es\"],\n\n  // optional fields.\n  \"developer\": {\n    \"name\": \"the developer's name\",\n    \"url\": \"the url of the developer\"\n  },\n  // website and support_url\n  \"website\": \"Your bot's official website url\",\n  \"support_url\": \"your bot's support url\",\n  // mtg information. omit it if your bot is not a MTG application\n  \"mtg\": {\n    \"members\": [\n      \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx1\",\n      \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx2\",\n      \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx3\",\n      \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx4\",\n      \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx5\"\n    ],\n    \"threshold\": 3\n  },\n  // mvm information. omit it if your bot is not a MVM application\n  \"mvm\": {\n    \"contract_url\": \"https://...\"\n  },\n  // if your bot has some limitation from using them, please specify here.\n  \"limitation\": \"\"\n}\n```\n\n## Submit New Category\n\n- fork this repo.\n- add a new category at `/bots.ts`\n- create a PR to submit your changes\n\n## Todo\n\n- [ ] listing groups and communities\n- [ ] listing non-bot dapps\n- [ ] more languages support\n- [ ] bot collections\n- [x] saving bots as favourted\n- [x] pwa \u0026 SEO\n\n## Build Setup\n\n```bash\n# install dependencies\n$ yarn install\n\n# serve with hot reload at localhost:3000\n$ yarn dev\n\n# build for production and launch server\n$ yarn build\n$ yarn start\n\n# generate static project\n$ yarn generate\n```\n\nFor detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffox-one%2Fmixin.fan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffox-one%2Fmixin.fan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffox-one%2Fmixin.fan/lists"}