Stuffs about Web Monetization. Packages, articles, documentation links and others tools.

โ€” See now the repository
Listing of Awesome Web Monetization

            
Note: In order to see any events here, you need to have an extension installed from a web monetization provider, like coil.com. (Chrome or Firefox)
Error: This demo must be run from a server.
Warning: No monetization events occurred after six seconds. This probably indicates that you have a web monetization extension, but no active account. Get one at coil.com.
This script is from testwebmonetization.com

About Web Monetization

Web Monetization is a web service that allows you to send money directly in your browser.

This is becoming more and more used on the Internet. Interesting for people to turn to a new payment method for websites such as blogs, videos, newsletters or shared photos whether it is monetized according to the time spent reading/watching. And all this natively on your computer.ยน

If you want more about the Web Monetization, motivation to publish that, know payments/wallets providers and more, you can check WebMonetization.org, the official website .

How it works ?

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.

Wallets
Name Uphold GateHub Stronghold
Fees None SEPA: 1.00 EUR < 50,000 EUR
Wire: $15 min ($150 max)
$3 withdrawal fee

If you are use already XRP Tipbot, you can migrate on Uphold.

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")
})}
                

Examples

You can create a new example if you want, fork this repository and create a new Pull Request so that it can be showed here.

Current Monetization State:

โ€”โ€”โ€”
You can see this script in other page
.
Photo by Caspar Camille Rubin on Unsplash

Contribute to the project. Anyone can add this resource, a plugin, script, post, extension, tool and more.

I would like to contribute