{"id":15956257,"url":"https://github.com/aniketfuryrocks/mangobox","last_synced_at":"2025-03-18T00:30:29.520Z","repository":{"id":105853754,"uuid":"539043178","full_name":"aniketfuryrocks/MangoBox","owner":"aniketfuryrocks","description":"A set of utilities to make the lives of Mango Market users easier","archived":false,"fork":false,"pushed_at":"2023-03-25T01:22:28.000Z","size":203,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-14T17:54:07.831Z","etag":null,"topics":["cryptocurrency","exchange","mango","mlh","solana"],"latest_commit_sha":null,"homepage":"https://youtu.be/I1sbMoO2CKQ","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aniketfuryrocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-20T14:50:20.000Z","updated_at":"2023-01-23T19:31:29.000Z","dependencies_parsed_at":"2023-04-07T02:30:31.869Z","dependency_job_id":null,"html_url":"https://github.com/aniketfuryrocks/MangoBox","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/aniketfuryrocks%2FMangoBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketfuryrocks%2FMangoBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketfuryrocks%2FMangoBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketfuryrocks%2FMangoBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aniketfuryrocks","download_url":"https://codeload.github.com/aniketfuryrocks/MangoBox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893561,"owners_count":20364914,"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":["cryptocurrency","exchange","mango","mlh","solana"],"created_at":"2024-10-07T13:30:05.949Z","updated_at":"2025-03-18T00:30:29.514Z","avatar_url":"https://github.com/aniketfuryrocks.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://github.com/aniketfuryrocks/mlh-orientation-hackathon-fall-2022/blob/main/extension/images/mango.png\" alt=\"Markdownify\" width=\"200\"\u003e\u003c/a\u003e\n  \u003cbr style=\"font-size:300%;\"\u003e\n   MangoBox\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA set of utilities to make the lives of Mango Market users easier\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#inspiration-\"\u003eInspiration\u003c/a\u003e •\n  \u003ca href=\"#key-features-\"\u003eKey Features\u003c/a\u003e •\n  \u003ca href=\"#how-to-use-\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#technologies-used-\"\u003eTechnologies Used \u003c/a\u003e •\n  \u003ca href=\"#license--copyright\"\u003eLicense\u003c/a\u003e •\n  \u003ca href=\"https://www.youtube.com/watch?v=I1sbMoO2CKQ\"\u003eDemo\u003c/a\u003e\n\u003c/p\u003e\n\n# Inspiration ☝\n\n### MangoChat:\n\nA chat room for mango market users based on this [backlog](https://trello.com/c/n2HgLkvt/102-%F0%9F%91%B9-trollbox) on the mango markets community Trello board, with whom we will be working during the fellowship. It helps the users of mango markets to connect and provides a sand-boxed experience in the form of a browser extension to that the core user experience of mango markets is not disturbed.\n\n### MangoTui:\n\nA user-friendly TUI displaying real-time prices of various cryptocurrencies.\n\n# Key Features 🔑\n\n### MangoChat\n\n- Allows traders to communicate about their trade in real time.\n- It has a minimal interface and can extend to a web page but the main focus is to provide good chat functionality with less overhead.\n\n### MangoTui\n\n- Allows traders to view crypto prices in realtime right from their terminal\n\n# Technologies Used 🤵\n\n- [Mango Markets](https://github.com/blockworks-foundation/mango-v3)\n- [Rust](https://www.rust-lang.org/)\n- [Browser Extension](https://developer.chrome.com/docs/extensions/)\n- [tui-rs](https://github.com/fdehau/tui-rs)\n- [Actix Chat rooms](https://github.com/JasterV/chat-rooms-actix)\n\n\n# How To Use ⚙\n\n\u003e Prerequisites\n\u003e\n\u003e - [rust](https://www.rust-lang.org/tools/install)\n\u003e - [Manifest v3 Supported Browser](https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/)\n\n### MangoChat:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/aniketfuryrocks/MangoBox.git\n\n# Go into the repository\n$ cd MangoBox\n\n# Add the Extension to your browser\n- Go to More Tools and then choose Extensions from the browser menu.\n- Enable the Developer mode here.\n- Click the Load unpacked button then select the Extension folder\n\n# run chat-server\n$ make server\n\n```\n\n### MangoTui:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/aniketfuryrocks/MangoBox.git\n\n# Go into the repository\n$ cd MangoBox\n\n# run tui client\n$ make tui\n\n```\n\n# Future Goal ⌛\n\n### MangoChat:\n\n- Authenticate with Mango Account\n- Access rooms from the UI\n- Spam Protection\n- Health Bot\n\n### MangoTui:\n\n- Setting user alerts for Crypto rates.\n- Add more Stats like Borrow, Deposite rates from the Mango Market platform\n\n# Meet Our Team 22.FAL.5 🙋🏻\n\n\u003ca href=\"https://github.com/aniketfuryrocks/mlh-orientation-hackathon-fall-2022/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=aniketfuryrocks/mlh-orientation-hackathon-fall-2022\" /\u003e\n\u003c/a\u003e\n\n# License \u0026 Copyright\n\nLicensed under the **[MIT LICENSE](LICENSE)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketfuryrocks%2Fmangobox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faniketfuryrocks%2Fmangobox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketfuryrocks%2Fmangobox/lists"}