Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@BANOnotIT
Copy link
Collaborator

@BANOnotIT BANOnotIT commented May 13, 2025

Relates to #1082, but actual submission should be done separately

File to be deployed on www.artalar.dev/funding.json

{
  "$schema": "https://fundingjson.org/schema/v1.0.0/funding.schema.json",
  "version": "v1.0.0",
  "entity": {
    "name": "Artalar",
    "type": "individual",
    "role": "owner",
    "description": "Maintainer of Reatom",
    "email": "", // SETUP REAL EMAIL
    "webpageUrl": {
      "url": "https://www.artalar.dev/"
    }
  },
  "projects": [
    {
      "name": "Reatom",
      "description": "The ultimate logic and state manager for small widgets and huge SPAs",
      "webpageUrl": {
        "url": "https://v1000.reatom.dev/",
        "wellKnown": "https://v1000.reatom.dev/.well-known/funding-manifest-urls"
      },
      "guid": "reatom",
      "licenses": ["spdx:MIT"],
      "repositoryUrl": {
        "url": "https://github.com/reatom/reatom/",
        "wellKnown": "https://github.com/reatom/reatom/tree/v1000/.well-known/funding-manifest-urls"
      },
      "tags": ["web-development"]
    }
  ],
  "funding": {
    "channels": [
      {
        "guid": "boosty",
        "type": "other",
        "address": "https://boosty.to/artalar"
      },
      {
        "guid": "patreon",
        "type": "other",
        "address": "https://www.patreon.com/artalar_dev"
      }
    ],
    "plans": [
      {
        "guid": "monthly-rub",
        "name": "Monthly support",
        "channels": ["boosty"],
        "amount": 0,
        "currency": "RUB",
        "frequency": "monthly",
        "status": "active"
      },
      {
        "guid": "monthly-usd",
        "name": "Monthly support",
        "channels": ["patreon"],
        "amount": 0,
        "currency": "USD",
        "frequency": "monthly",
        "status": "active"
      },
      {
        "guid": "tips",
        "name": "One time tips",
        "channels": ["boosty"],
        "status": "active",
        "amount": 0,
        "currency": "RUB",
        "frequency": "one-time"
      }
    ]
  }
}

@BANOnotIT BANOnotIT changed the base branch from v3 to v1000 May 13, 2025 03:35
@BANOnotIT BANOnotIT requested a review from artalar May 13, 2025 03:51
@artalar
Copy link
Collaborator

artalar commented Jun 1, 2025

Why artalar.dev? It would be better to focus on the. organization

@BANOnotIT
Copy link
Collaborator Author

But you don't have an organization... All payment channels are registered on your name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants