mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 18:46:07 +00:00
feat: add cryptocurrency donation support with Cryptomus integration
- Added support modal component with payment creation flow and multi-language translations - Integrated heart icon button in header to open donation modal - Refactored PackageBrowser to accept packages as props and simplified filtering logic
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Cryptomus API Configuration
|
||||
# Get these from your Cryptomus merchant dashboard: https://cryptomus.com/merchant
|
||||
CRYPTOMUS_MERCHANT_ID=your_merchant_id_here
|
||||
CRYPTOMUS_PAYMENT_API_KEY=your_payment_api_key_here
|
||||
|
||||
# NextAuth URL Configuration
|
||||
NEXTAUTH_URL=http://localhost:3002
|
||||
Reference in New Issue
Block a user