Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spheronfdn/spheron-bot-marketplace
A dedicated platform for bot creators to showcase and discover a diverse range of open-source bots, fostering a community of high-quality projects.
https://github.com/spheronfdn/spheron-bot-marketplace
Last synced: about 5 hours ago
JSON representation
A dedicated platform for bot creators to showcase and discover a diverse range of open-source bots, fostering a community of high-quality projects.
- Host: GitHub
- URL: https://github.com/spheronfdn/spheron-bot-marketplace
- Owner: spheronFdn
- License: mit
- Created: 2024-01-29T13:59:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T03:27:51.000Z (8 months ago)
- Last Synced: 2024-04-02T15:17:09.618Z (8 months ago)
- Language: TypeScript
- Homepage: https://www.spheron.bot/
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spheron Bot Marketplace
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.
## Why did we build this?
We built the Spheron Bot Marketplace with the following goals in mind:1. **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.
2. **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.## How to List Your Bot on Spheron Bot Marketplace
1. **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.2. **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.3. **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.4. **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.### JSON Format for Bot Information
```json
{
"address": "",
"botGithub": "",
"githubId": "",
"name": "",
"description": "",
"url": "",
"healthUrl": "",
"logoUrl": "",
"bannerUrl": "",
"socialProfile": ""
}
```- **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.### Open Source Requirement
Your bot must be open-sourced. Please provide a link to the GitHub repository of your bot in the JSON file.
## Help
For help, discussions or any other queries: [Join our Community](https://community.spheron.network/)
## Version History
- 0.1
- Initial Release## License
This project is licensed under the MIT License. See the `LICENSE` file for details.