commit 55eef81f7b684d9587550aac71c1b7dfcef861fb
parent 77e8e8de572be979081b3cab8b3fd791f006e93a
Author: Antoine A <>
Date: Wed, 12 Mar 2025 09:49:48 +0100
WIP funding.json
Diffstat:
| A | static/funding.json | | | 70 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 70 insertions(+), 0 deletions(-)
diff --git a/static/funding.json b/static/funding.json
@@ -0,0 +1,69 @@
+{
+ "version": "v1.0.0",
+ "entity": {
+ "type": "organisation",
+ "role": "owner",
+ "name": "GNU Taler",
+ "email": "contact@taler.net",
+ "description": "We provide a free software payment system that makes privacy-friendly online transactions fast and easy",
+ "webpageUrl": {
+ "url": "https://www.taler.net"
+ }
+ },
+ "projects": [
+ {
+ "guid": "libeufin",
+ "name": "LibEuFin",
+ "description": "LibEuFin is a project providing free software tooling for European FinTech.",
+ "webpageUrl": {
+ "url": "https://docs.taler.net/libeufin"
+ },
+ "repositoryUrl": {
+ "url": "https://git.taler.net/libeufin.git"
+ },
+ "licenses": [
+ "AGPL-3.0"
+ ],
+ "tags": [
+ "taler",
+ "ebics",
+ "bank",
+ "payment"
+ ]
+ }
+ ],
+ "funding": {
+ "channels": [
+ {
+ "guid": "bank",
+ "type": "bank",
+ "description": "We accept direct bank transfers. Tax deduction is possible, contact us for details."
+ }
+ ],
+ "plans": [
+ {
+ "guid": "ebics-server",
+ "status": "active",
+ "name": "EBICS server",
+ "description": "Help us develop a free EBICS server to test EBICS clients compatibility and behavior",
+ "amount": 0,
+ "currency": "EUR",
+ "frequency": "one-time",
+ "channels": [
+ "bank"
+ ]
+ },
+ {
+ "guid": "support",
+ "status": "active",
+ "name": "Support LibEuFin development",
+ "amount": 0,
+ "currency": "EUR",
+ "frequency": "one-time",
+ "channels": [
+ "bank"
+ ]
+ }
+ ]
+ }
+}
+\ No newline at end of file