All Projects → thomasbnt → Awesome Web Monetization

thomasbnt / Awesome Web Monetization

Licence: cc0-1.0
🕶️ Stuffs about Web Monetization. Packages, articles, documentation links and others tools.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Awesome Web Monetization

Logrotate
Development repository for the logrotate cookbook
Stars: ✭ 122 (-2.4%)
Mutual labels:  hacktoberfest
Ortelius
Ortelius simplifies the implementation of microservices. By providing a central catalog of services with their deployment specs, application teams can easily consume and deploy services across cluster. Ortelius tracks application versions based on service updates and maps their service dependencies eliminating confusion and guess work.
Stars: ✭ 123 (-1.6%)
Mutual labels:  hacktoberfest
Gocity
📊 Code City metaphor for visualizing Go source code in 3D
Stars: ✭ 1,602 (+1181.6%)
Mutual labels:  hacktoberfest
Algorithm Archive
A collaborative book on algorithms
Stars: ✭ 1,880 (+1404%)
Mutual labels:  hacktoberfest
Onramp
Easing the onramp for new or non-PHP developers to become Laravel devs.
Stars: ✭ 123 (-1.6%)
Mutual labels:  hacktoberfest
Ros1 bridge
ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2
Stars: ✭ 123 (-1.6%)
Mutual labels:  hacktoberfest
Python Seabreeze
Python module for oceanoptics spectrometers
Stars: ✭ 122 (-2.4%)
Mutual labels:  hacktoberfest
He4rtoberfest 2020
Stars: ✭ 124 (-0.8%)
Mutual labels:  hacktoberfest
Mobile Wallet
A reference implementation of Mifos platform wallet and payment capabilities
Stars: ✭ 123 (-1.6%)
Mutual labels:  hacktoberfest
Youtubeexplode
The ultimate dirty YouTube library
Stars: ✭ 1,775 (+1320%)
Mutual labels:  hacktoberfest
Chameleon
Fast HTML/XML template engine for Python
Stars: ✭ 121 (-3.2%)
Mutual labels:  hacktoberfest
Hackatalk
TalkTalk renewal. Open source chat app built-in expo managed work flow
Stars: ✭ 123 (-1.6%)
Mutual labels:  hacktoberfest
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-3.2%)
Mutual labels:  hacktoberfest
Laravel Mail Editor
MailEclipse ⚡ Laravel Mailable Editor!
Stars: ✭ 1,714 (+1271.2%)
Mutual labels:  hacktoberfest
Cobalt2
Tweaked and refined Sublime Text theme based on the original cobalt.
Stars: ✭ 1,558 (+1146.4%)
Mutual labels:  hacktoberfest
Igor
Integration with Jenkins and Git for Spinnaker
Stars: ✭ 122 (-2.4%)
Mutual labels:  hacktoberfest
Invoke Msbuild
Invoke-MsBuild PowerShell module to make building projects and solutions with MsBuild.exe easy.
Stars: ✭ 123 (-1.6%)
Mutual labels:  hacktoberfest
Alt F4
Alternative Factorio Friday Fan Facts, also known as Alt-F4
Stars: ✭ 124 (-0.8%)
Mutual labels:  hacktoberfest
Netbeans
Apache NetBeans
Stars: ✭ 1,747 (+1297.6%)
Mutual labels:  hacktoberfest
Tuist
🚀 Create, maintain, and interact with Xcode projects at scale
Stars: ✭ 2,234 (+1687.2%)
Mutual labels:  hacktoberfest
Logo Web Monetization

Awesome Web Monetization Awesome

Awesome stuffs about Web Monetization. Learn more, check modules and others tools.

Web Monetization is a web service that allows you to send money directly in your browser. This is a JavaScript browser API that allows the creation of a payment stream from the user agent to the website

Contents

About Web Monetization


How to start monetize my website

If you would like to monetize your content, you must have a Wallet and Provider account. See below the platforms that allow you to use them.

More details here

Wallets
Name Uphold GateHub Stronghold New Wallet ?
Create a issue !
Fees None SEPA: 1.00 EUR < 50,000 EUR
Wire: $15 min ($150 max)
$3 withdrawal fee

If you are use already XRP Tipbot, check here to migrate on Uphold.

Payments
Name Coil

On your webpage, intregate your monetization tag on meta

<meta name="monetization" content="$ilp.example.com/123456789" />

and detect if monetization is possible, then work

if (document.monetization) {
  document.monetization.addEventListener("monetizationstart", () => {
    console.log(
      "🎉 Awesome ! You use Web Monetization.\nMore information https://webmonetization.org"
    );
  });
}

Resources

Packages

Any packages/modules and plugins

Tutorials

Articles

Newsletters

Tools

  • Is web monetized - A very simple tool for checking if Web Monetization is enabled.

  • Paytrackr - Track and manage your micropayments into one place.

    PayTrackr is the easiest and safest way to track and manage your micropayments to web monetized websites, having a web monetization provider membership.

  • Akita - A browser extension that gives you insight into your involvement with Web Monetization.

    Akita presents your top visited monetized sites, how much time you're spending on them, and how much you're contributing (or could contribute) to them.

  • Open Monetization Wallet - Tools for managing your vanity Web Monetization wallet.

    Open Monetization Wallet (OMW) makes it easier to accept payments with the Web Monetization API at scale. Some features:

    • Custom wallet URLs: own your own "Payment Pointer", e.g. $wallet.signalnerve.com, instead of $pay.stronghold.co/abcdef123
    • Change between wallets/providers with no downtime
    • Logs of incoming payment requests
    • Revenue sharing between multiple wallets, e.g. for multiple team members
    • Infinitely scalable with serverless technology
    • Free and open-source

Community


Contribute

Contributions welcome ! Read the contribution guidelines first. You can also contribute to share this repository and Web Monetization with your friends. 😄

If you want add a new small icon, the height must be 16px. Put in assets/small_icons/NAME.png. Format PNG only accepted.

Donate

Feel free to help me for the maintenance of this project !

GitHub Sponsors Support me on Buy Me a Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].