Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.