Awesome Web Monetization 
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
- Resources
- Packages
- Tutorials
- Articles
- Newsletters
- Tools
- Community
- Contribute
- Donate
About Web Monetization
- Webmonetization.org
- Documentation
- How Web Monetization work for paying payments
- How Web Monetization work for receiving payments
- Specifications
- ILP Forum (read only)
- Grant For The Web
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 about Wallet and Provider account
---
| **Wallets** | | | |
|:-----------:|:-------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---:|
| Name | [](https://gatehub.net/) | [New Wallet ?
Create a issue !](https://github.com/thomasbnt/awesome-web-monetization/issues/new?assignees=thomasbnt&labels=Wallet%2C+%E2%86%94+WM+repository&template=new-wallet.md&title=%5BWa%5D) |
| Fees | SEPA: 1.00 EUR < 50,000 EUR
Wire: $15 min ($150 max) | |
| **Payments** | |
|--------------|--------|
| Name | Empty. |
---
On your webpage, integrate your monetization tag on meta
<link rel="monetization" href="https://ilp.example.com/alice">
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
- monetize.js - An event-driven library to manage and simulate Web Monetization.

- types-wm - TypeScript definitions for Web Monetization

- ngx-monetization (archived) - Web Monetization API for Angular.

- react-hook-wm - React hooks for integrating with Web Monetization.

- react-monetize - Helpers and hooks to speed up your integration with Web Monetization API.

- ep_monetization - Plugin for applying payment pointer meta tag to Etherpad site.

- wp-connect-coil - Plugin for applying Coil payment pointer meta tag to WordPress site.

- xrptipbot-wordpress-widget - WordPress Widget based on XRPTIPBOT embed code to donate content creators.

- eleventy-plugin-monetization - An Eleventy plugin to monetize posts and site content.
