{"id":19593478,"url":"https://github.com/magicblock-labs/soar","last_synced_at":"2025-04-27T15:33:01.501Z","repository":{"id":155613299,"uuid":"631375856","full_name":"magicblock-labs/SOAR","owner":"magicblock-labs","description":"Solana Onchain Achievements and Rewards","archived":false,"fork":false,"pushed_at":"2024-04-29T08:28:42.000Z","size":1835,"stargazers_count":34,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-19T18:00:43.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://magicblock-labs.github.io/SOAR/","language":"TypeScript","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/magicblock-labs.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":"2023-04-22T20:35:23.000Z","updated_at":"2025-04-19T17:56:52.000Z","dependencies_parsed_at":"2023-12-28T19:28:26.776Z","dependency_job_id":"9789dd02-b362-4d21-9df0-2dc65cfe067f","html_url":"https://github.com/magicblock-labs/SOAR","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2FSOAR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2FSOAR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2FSOAR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2FSOAR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicblock-labs","download_url":"https://codeload.github.com/magicblock-labs/SOAR/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251162359,"owners_count":21545761,"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-11T08:39:49.783Z","updated_at":"2025-04-27T15:32:56.484Z","avatar_url":"https://github.com/magicblock-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003ca href=\"https://docs.magicblock.gg\"\u003e\u003cimg height=\"170x\" src=\"https://i.imgur.com/OBoWQnJ.png\" /\u003e\u003c/a\u003e\n\n  \u003ch1\u003eSOAR\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003e👑 Solana On-chain Achievements \u0026 Rankings 👑\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://discord.com/invite/MBkdC3gxcv\"\u003e\u003cimg alt=\"Discord Chat\" src=\"https://img.shields.io/discord/943797222162726962?color=blueviolet\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/magicblock-labs/Solana.Unity-SDK?color=blueviolet\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\nSOAR is a program that provides a seamless solution for managing leaderboards, achievements, players' profiles and automatic rewards distribution on the Solana blockchain. Currently supporting invocation from a TypeScript client and with the [Solana.Unity-SDK](https://github.com/magicblock-labs/Solana.Unity-SDK). The program IDL is public and other clients can be easily auto-generated. \n\n## ⚙ Features\n\n- Leaderboard Creation: Easily create leaderboards to track and display user rankings based on specific criteria or metrics.\n- Achievement Management: Define and manage achievements that can be unlocked by users based on their on-chain activities.\n- Typescript Client Support: Invoke SOAR functionalities using a TypeScript client, allowing for seamless integration with your Solana application.\n- CPI Invocation: Interact with SOAR through CPI (Cross-Program Invocation) calls, enabling secure and efficient communication between programs.\n- Solana.Unity-SDK Integration (Coming Soon): Integration with the Solana.Unity-SDK is currently underway, providing an additional layer of functionality for Unity-based applications.\n\n## 📁 Repository Structure\nThe SOAR repository is structured as follows:\n\n\u003cpre\u003e\nSOAR/\n├── program/\n│   ├── soar_program.rs\n├── client/\n│   ├── sdk\n│   ├── tests\n├── examples/\n│   ├── tens\n├── .....\n├── README.md\n\u003c/pre\u003e\n\nprogram/: Contains the SOAR program source code for deployment on the Solana blockchain.\nclient/: Includes the TypeScript sdk and the tests.\nexamples/: Provides example scripts demonstrating how to use the SOAR program trough CPI.\nREADME.md: The document you are currently reading, providing an overview of the SOAR program repository.\n\n## 🚀 Getting Started\n\n- For the Typescript SDK see the detailed [documentation](https://magicblock-labs.github.io/SOAR/).\n- For using SOAR from your solana program trough CPI, see the [tens](https://github.com/magicblock-labs/SOAR/tree/main/examples/tens) example.\n- Solana.Unity-SDK integration (Coming Soon)\n\n## 📚 Documentation\nFor detailed usage instructions, API reference, and examples, refer to the SOAR Documentation.\n\n## :floppy_disk: Program\n\nThe program is available at [SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk](https://solscan.io/account/SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk#anchorProgramIDL)\n\n## 🤝 Contributing\nContributions to SOAR are welcome! To contribute, please follow the guidelines outlined in [CONTRIBUTING.md](https://github.com/magicblock-labs/Solana.Unity-SDK/blob/main/CONTRIBUTING.md).\n\n## 📃 License\nSOAR is licensed under the MIT License.\n\n## 📧 Contact\nFor any inquiries or support requests, please email us at dev@magicblock.gg.\n\nWe appreciate your interest in SOAR! Let's unlock achievements and rise through the ranks together on the Solana blockchain! 🚀✨\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicblock-labs%2Fsoar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicblock-labs%2Fsoar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicblock-labs%2Fsoar/lists"}