The Spheron Bot Marketplace is a dedicated platform for bot creators to showcase and promote their innovative creations. We provide a single, verified space for users to discover a diverse range of open-source bots, fostering a community of high-quality and cutting-edge projects.
We built the Spheron Bot Marketplace with the following goals in mind:
- Provide Exposure for Bot Creators:
- We wanted to offer a dedicated platform for bot creators to showcase and promote the incredible bots they are building.
- The marketplace serves as a central hub where users can discover and explore a variety of bots created by talented developers.
- Single Platform for Verified Bots:
- Our aim is to create a single, trustworthy platform where users can find verified bots.
- By curating and verifying the bots listed on our marketplace, we ensure a high-quality selection for users.
-
Create a Pull Request:
- Fork the Spheron Bot Marketplace repository to your GitHub account.
- Create a new branch in your forked repository for your bot.
-
Add Your Bot Information:
- In your branch, update the
bots.json
file in the src directory. - Follow the JSON format specified below to provide details about your bot.
- In your branch, update the
-
Submit Pull Request:
- Commit your changes to your branch and push it to your forked repository.
- Create a Pull Request (PR) from your branch to the main Spheron Bot Marketplace repository.
-
Verification Process:
- Our team will review the PR and verify that your bot details follow the required format.
- Once verified, your bot will be listed on the Spheron Bot Marketplace.
{
"address": "<Your Wallet Address>",
"botGithub": "<Bot GitHub URL>",
"githubId": "<Your GitHub ID>",
"name": "<Bot Name>",
"description": "<Bot Description>",
"url": "<Bot URL>",
"healthUrl": "<Bot Health Check URL>",
"logoUrl": "<Bot Logo URL>",
"bannerUrl": "<Bot Banner URL>",
"socialProfile": "<Link to your Social Profile>"
}
- address: Your Wallet Address.
- botGithub: Link to the bot's github repository.
- githubId: Your GitHub ID.
- name: The name of your bot.
- description: A brief description of your bot.
- url: The URL associated with your bot.
- healthUrl: The health check URL for monitoring bot status.
- logoUrl: Link to the logo to be displayed on the marketplace for your bot.
- bannerUrl: Link to the banner to be displayed on the marketplace for your bot.
- socialProfile: A link to any of your Social Profile.
Your bot must be open-sourced. Please provide a link to the GitHub repository of your bot in the JSON file.
For help, discussions or any other queries: Join our Community
- 0.1
- Initial Release
This project is licensed under the MIT License. See the LICENSE
file for details.