Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GSOC project ideas #486

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 47 additions & 11 deletions GSOC/Project Ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,56 @@ If you're interested, be sure to check out the requirements and get in touch!

## 📌 Project Ideas

### ** **
**Description:** [ ]
- **Expected Outcome:** [ ]
- **Skills Required:** [ ]
- **Difficulty:** Intermediate
- **Mentors:** [Mentor Name](@githubprofile), [Mentor Name](@githubprofile)
### **Chimoney Plugins Development**
**Description:**
The goal of this project is to develop plugins that integrate Chimoney’s global payment API into various platforms, enabling seamless payouts and transactions across different ecosystems. These plugins will allow businesses, communities, and developers to easily leverage Chimoney’s services without complex coding. Potential integrations include e-commerce platforms (WooCommerce, Shopify)

**Expected Outcome:**
- Minimum of 3 fully functional plugins with complete documentation
- Integration tests and example implementations
- Plugin SDK/framework for future plugin development
- Developer documentation for creating new plugins
- Comprehensive documentation to guide users on installation and usage.


**Skills Required:**
- Proficiency in JavaScript/TypeScript.

- Experience with plugin development for platforms like Shopify, or WooCommerce.

- Understanding of API integrations and authentication protocols.

- Knowledge of open-source contribution workflows (Git, GitHub).

**Difficulty:** Intermediate

**Mentors:** [Mentor Name](@githubprofile), [Mentor Name](@githubprofile)

---

### ** **
**Description:** [ ]
- **Expected Outcome:** [ ]
- **Skills Required:** [ ]
- **Difficulty:** Advanced
### **Chimoney-Interledger SDK**
**Description:**
This project aims to develop an open-source Software Development Kit (SDK) for [Chimoney’s Interledger integration](https://chimoney.io/api-use-cases/?activeCategory=4), enabling developers to easily interact with Chimoney’s payment pointer creation and payment transfer functionalities. The SDK will provide a seamless way to integrate Interledger-based payments into applications, reducing the complexity of handling payment pointer transactions.
**Expected Outcome:**
- A production-ready SDK package published to npm
- Core SDK implementation with TypeScript support
- Comprehensive API documentation using JSDoc/TypeDoc
- Integration guides and tutorials
- Testing suite with unit and integration tests
- CI/CD pipeline setup
- Example applications demonstrating different use cases:

>E-commerce payment integration

>Cross-border payment flows

**Skills Required:**
- JavaScript/TypeScript programming experience
- Experience with SDK development
- Knowledge of testing methodologies and frameworks
- Familiarity with CI/CD practices
- Experience with documentation tools and practices
- **Difficulty:** Intermediate
- **Mentors:** [Mentor Name](@githubprofile)

---
Expand Down