Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfare/openfare
Micropayment funded software.
https://github.com/openfare/openfare
Last synced: 7 days ago
JSON representation
Micropayment funded software.
- Host: GitHub
- URL: https://github.com/openfare/openfare
- Owner: openfare
- Created: 2021-12-16T12:30:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T22:57:09.000Z (over 2 years ago)
- Last Synced: 2024-10-08T17:54:13.317Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 869 KB
- Stars: 179
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
**OpenFare is a funding mechanism which is deployable with one commit.**
The goal: facilitate funding the next million software content creators.
OpenFare can be used to fund open source or commercial software at any scale. It is a decentralized protocol which defines how payees can be paid.
OpenFare works by adding a [`OpenFare.lock` file](https://openfare.dev/doc/cli/lock.html) to a software package. The file includes:
* Payment addresses for code contributors (so that developers can receive funds directly).
* A funds split scheme.The OpenFare [tool](https://openfare.dev/doc/cli/index.html) can then finds lock files from within a software dependency tree and help send payments to contributors.
This system leads to the following advantages:
* Donations span the entire software dependency tree. Critical software which is outside the limelight is supported.
* Micropayment obligations for commercial software can be managed across thousands of software dependencies.
Join the [chat room](https://matrix.to/#/#openfare:matrix.org) to discuss further.
## Summary
* [Introduction](https://openfare.dev/doc/introduction/index.html)
* [Funding FOSS](https://openfare.dev/doc/introduction/funding_foss.html)
* [Micropriced Software](https://openfare.dev/doc/introduction/micropriced_software.html)
* [Get Started](https://openfare.dev/doc/get_started.html)
* [Installation](https://openfare.dev/doc/installation.html)
* [Command Line Tool](https://openfare.dev/doc/cli/index.html)
* [Profile](https://openfare.dev/doc/cli/profile.html)
* [Lock](https://openfare.dev/doc/cli/lock.html)
* [Service](https://openfare.dev/doc/cli/service/index.html)
* [LNPAY](https://openfare.dev/doc/cli/service/lnpay.html)
* [Pay](https://openfare.dev/doc/cli/pay.html)
* [Price](https://openfare.dev/doc/cli/price.html)
* [Config](https://openfare.dev/doc/cli/config.html)
* [Extensions](https://openfare.dev/doc/cli/extensions.html)
* [Concepts](https://openfare.dev/doc/concepts/index.html)
* [Lock File](https://openfare.dev/doc/concepts/lock.html)
* [Payment Services](https://openfare.dev/doc/concepts/services.html)## Get Started
Find more information about how to get started [here](https://openfare.dev/doc/get_started.html).
#### Create and share your profile to receive funds.
#### Donate to your project's software dependency tree contributors.