Skip to content

Commit d0e31a4

Browse files
committed
chore: update funding configuration for community governance
- Add GitHub Sponsors organization (nxm-rs) - Synchronize Ethereum address across FUNDING.yml and FUNDING.json - Add transparent fund usage documentation in FUNDING.yml - Structure funding for community-driven development
1 parent c95f53e commit d0e31a4

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Nexum-Kit Funding
1+
# Nexum-Kit Community Funding
2+
#
3+
# All contributions support the development and maintenance of this
4+
# open-source project. Funds are used for:
5+
# - Infrastructure costs (CI/CD, hosting, domain names)
6+
# - Bug bounties and contributor rewards
7+
# - Documentation and educational resources
8+
# - Community events and workshops
29

3-
# Support Nexum-Kit development via Ethereum
4-
custom: ["0xC1FC64b34FA86D8fac48565E44882a32cC08EB97"]
10+
# GitHub Sponsors - Organization account for collective funding
11+
github: nxm-rs
12+
13+
# Cryptocurrency addresses for decentralized support
14+
custom: ["Ethereum: 0xC1FC64b34FA86D8fac48565E44882a32cC08EB97"]

FUNDING.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"drips": {
33
"ethereum": {
4-
"ownedBy": "0x7a3d05c70581bD345fe117c06e45f9669205384f"
4+
"ownedBy": "0xC1FC64b34FA86D8fac48565E44882a32cC08EB97"
55
}
66
}
77
}

0 commit comments

Comments
 (0)