Repository: thomasbnt/awesome-web-monetization Branch: main Commit: 74cd5184342d Files: 15 Total size: 28.0 KB Directory structure: gitextract_ug_kkle0/ ├── .gitattributes ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ └── new-wallet.md │ ├── PULL_REQUEST_TEMPLATE.md │ ├── funding.yml │ ├── hacktoberfest.md │ ├── holopin.yml │ └── workflows/ │ ├── discord_notifications.yml │ └── npm-test-awesome.yml ├── .gitignore ├── LICENSE ├── assets/ │ └── wm_icon_animated.svg.old ├── code-of-conduct.md ├── contributing.md ├── package.json └── readme.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ * text=auto readme.md merge=union ================================================ FILE: .github/ISSUE_TEMPLATE/new-wallet.md ================================================ --- name: New Wallet about: Suggest a new Wallet title: "[Wa] " labels: Wallet, ↔ WM repository assignees: thomasbnt --- * Name : * Link : Check is a Wallet provider and/or for payments - [ ] Wallet Provider - [ ] Wallet for payments ================================================ FILE: .github/PULL_REQUEST_TEMPLATE.md ================================================ ## What type of PR is this? (check all applicable) - [ ] Adding new(s) resource(s) - Else : - [ ] Added icon to right of the link - [ ] Checking if the resource is not already written - [ ] Update About Web Monetization part - [ ] Update asset(s) - Else : - [ ] Height is **16px** - [ ] Format is **png** ## Description ## Related Issues and/or Documents ================================================ FILE: .github/funding.yml ================================================ github: thomasbnt buy_me_a_coffee: thomasbnt polar: thomasbnt ================================================ FILE: .github/hacktoberfest.md ================================================ # Hacktoberfest During October 2022, this repository will accept your PRs for [Hacktoberfest](https://hacktoberfest.com/)! Here’s how to take part: 1. Make sure you’ve [registered with the Hacktoberfest organizers](https://hacktoberfest.com/). 2. Open PRs to this repo between October 1 and October 31. (The earlier the better!) 3. Let us know you’re taking part by requesting for your PR to be labelled as `hacktoberfest-accepted`. Remember, we need to accept your PR by 31 October 2022 for it to count towards Hacktoberfest. Have your PR ready as early as possible, so that you can address comments and have it approved before the deadline. > 💚 **We love Open Source** ================================================ FILE: .github/holopin.yml ================================================ organization: awesomewebmonetization defaultSticker: clxj95wz2119610cl1kgpl56rl stickers: - id: clxj95wz2119610cl1kgpl56rl alias: contributor-badge ================================================ FILE: .github/workflows/discord_notifications.yml ================================================ name: Discord Webhook on: [push] jobs: Discord_notification: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 - name: Run Discord Webhook uses: mrrobotdotapp/classic-discord-webhook@main with: id: ${{ secrets.DISCORD_WEBHOOK_ID }} token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }} threadId: ${{ secrets.DISCORD_WEBHOOK_THREAD_ID }} ================================================ FILE: .github/workflows/npm-test-awesome.yml ================================================ on: - pull_request - push jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/cache@v3 env: cache-name: cache-node-modules with: path: ~/.npm key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build- ${{ runner.os }}- - run: npm install - run: npm test ================================================ FILE: .gitignore ================================================ node_modules .idea ================================================ FILE: LICENSE ================================================ CC0 1.0 Universal Statement of Purpose The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; ii. moral rights retained by the original author(s) and/or performer(s); iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; v. rights protecting the extraction, dissemination, use and reuse of data in a Work; vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. Limitations and Disclaimers. a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. For more information, please see https://creativecommons.org/publicdomain/zero/1.0 ================================================ FILE: assets/wm_icon_animated.svg.old ================================================ ================================================ FILE: code-of-conduct.md ================================================ # Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our Standards Examples of behavior that contributes to creating a positive environment include: * Using welcoming and inclusive language * Being respectful of differing viewpoints and experiences * Gracefully accepting constructive criticism * Focusing on what is best for the community * Showing empathy towards other community members Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery and unwelcome sexual attention or advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. ## Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@thomasbnt.fr. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] [homepage]: http://contributor-covenant.org [version]: http://contributor-covenant.org/version/1/4/ ================================================ FILE: contributing.md ================================================ # Contribution Guidelines Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms. --- Ensure your pull request adheres to the following guidelines: - Make sure you take care of this - And this as well - And don't forget to check this Thank you for your suggestions! ## Updating your PR A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it. Thanks to all contributors and forkers. [![Forkers repo roster for @thomasbnt/awesome-web-monetization](https://reporoster.com/forks/thomasbnt/awesome-web-monetization)](https://github.com/thomasbnt/awesome-web-monetization/network/members) ================================================ FILE: package.json ================================================ { "devDependencies": { "awesome-lint": "^1.0.0" }, "scripts": { "test": "awesome-lint" } } ================================================ FILE: readme.md ================================================ Logo Web Monetization # Awesome Web Monetization [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re) > 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](#about-web-monetization) - [How to start monetize my website](#how-to-start-monetize-my-website) - [Resources](#resources) - [Packages](#packages) - [Tutorials](#tutorials) - [Articles](#articles) - [Newsletters](#newsletters) - [Tools](#tools) - [Community](#community) - [Contribute](#contribute) - [Donate](#donate) ## About Web Monetization - [Webmonetization.org](https://webmonetization.org/) - [Documentation](https://webmonetization.org/docs/) - [How Web Monetization work for paying payments](https://webmonetization.org/docs/intro/sending-payments/) - [How Web Monetization work for receiving payments](https://webmonetization.org/docs/intro/receiving-payments/) - [Specifications](https://webmonetization.org/specification/) - [ILP Forum (read only)](https://forum.interledger.org/) - [Grant For The Web](https://www.grantfortheweb.org/) --- - [Interledger : Open protocol suite for sending payments across different ledgers](https://interledger.org/) ## 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 | [![GateHub](https://webmonetization.org/img/logo-wallet-gatehub.svg)](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 ```html ``` and detect if `monetization` is possible, then work ```js 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](https://github.com/sunchayn/monetize.js) - An event-driven library to manage and simulate Web Monetization. ![](assets/small_icons/javascript.png) - [types-wm](https://github.com/dacioromero/types-wm) - TypeScript definitions for Web Monetization ![](assets/small_icons/typescript.png) - [ngx-monetization (archived)](https://github.com/CDDelta/ngx-monetization) - Web Monetization API for Angular. ![](assets/small_icons/angular.png) - [react-hook-wm](https://github.com/dacioromero/react-hook-wm) - React hooks for integrating with Web Monetization. ![](assets/small_icons/react.png) - [react-monetize](https://github.com/guidovizoso/react-monetize) - Helpers and hooks to speed up your integration with Web Monetization API. ![](assets/small_icons/react.png) - [ep_monetization](https://github.com/ISNIT0/ep_monetization) - Plugin for applying payment pointer meta tag to Etherpad site. ![](assets/small_icons/javascript.png) - [wp-connect-coil](https://wordpress.org/plugins/wp-connect-coil/) - Plugin for applying Coil payment pointer meta tag to WordPress site. ![](assets/small_icons/wordpress.png) - [xrptipbot-wordpress-widget](https://wordpress.org/plugins/widget-xrptipbot/) - WordPress Widget based on XRPTIPBOT embed code to donate content creators. ![](assets/small_icons/wordpress.png) - [eleventy-plugin-monetization](https://github.com/DanCanetti/eleventy-plugin-monetization) - An Eleventy plugin to monetize posts and site content. ![](assets/small_icons/11ty.png) - [web-monetization-components](https://github.com/philnash/web-monetization-components) - A collection of web components you can use on your web monetized websites. ![](assets/small_icons/javascript.png) - [revshare](https://github.com/kewbish/revshare) - A JS library for revenue sharing. ![](assets/small_icons/javascript.png) - [web-monetization-proxy](https://github.com/tcdowney/web-monetization-proxy) - Simple Go proxy for injecting Web Monetization meta tags. ![](assets/small_icons/go.png) - [gridsome-plugin-monetization](https://github.com/Sergix/gridsome-plugin-monetization) - Web monetization for Gridsome. ![](assets/small_icons/gridsome.png) - [vuepress-plugin-web-monetization](https://github.com/spekulatius/vuepress-plugin-web-monetization) - Adds the web-monetization metatag to your VuePress website. ![](assets/small_icons/vuejs.png) - [jekyll-web_monetization](https://github.com/philnash/jekyll-web_monetization) - A Jekyll plugin to add Web MonetizationAPI payment pointers to your site. ![](assets/small_icons/jekyll.png) - [Monetization](https://github.com/KNawm/monetization) - A wrapper around the Web Monetization API to monetize apps. ![](assets/small_icons/dart.png) - [react-webmonetization-meta](https://github.com/uchibeke/react-webmonetization-meta) - A Web Monetization meta tag manager for React. ![](assets/small_icons/react.png) - [web-monetization-electron-app](https://github.com/Jasmin2895/web-monetization-electron-app) - Project demonstrate basic setup to enable web monetization in Electron App. ![](assets/small_icons/electron.png) - [web-monetized-video](https://github.com/Jasmin2895/web-monetized-video) - A web component with has play and pay policy and charges you for the amount of video watched. ![](assets/small_icons/javascript.png) - [web-monetization-polyfill](https://github.com/immers-space/web-monetization-polyfill/) - Ensure the JavaScript Web Monetization API is available, even in environments with Content Security Policies enabled. ![](assets/small_icons/javascript.png) - [web-monetization-video-ads](https://www.npmjs.com/package/web-monetization-video-ads) - Linking Web Monetization with video advertising to allow a freemium business model to be implemented for Web Monetization. ![](assets/small_icons/javascript.png) - [web-monetization-revenue-share](https://www.npmjs.com/package/web-monetization-revenue-share) - Automated redistribution of funds to a community via smart contracts. ![](assets/small_icons/javascript.png) - [awesome-jsgames](https://github.com/proyecto26/awesome-jsgames) - A curated list of awesome JavaScript Games ![](assets/small_icons/javascript.png) - [mediadisclosures](https://github.com/oofdere/mediadisclosures) - An open-source, always evolving, universal content rating system. ![](assets/small_icons/javascript.png) - [web-monetization-demo](https://github.com/peter279k/web-monetization-demo) - This is a Web Monetization Demo ![](assets/small_icons/javascript.png) - [money-chat](https://github.com/dfoderick/money-chat) - Web Monetization chat app ![](assets/small_icons/javascript.png) ### Tutorials - [Getting started](https://webmonetization.org/docs/guides/monetize-page/) - Official documents from webmonetization.org. - [Exclusive content](https://webmonetization.org/docs/guides/provide-exclusive-content/) - Put exclusive content on your website. - ['A Web Monetization Story'](https://esse-dev.github.io/a-web-monetization-story/) - An interactive, story-based Web Monetization tutorial for online creators. - [Web Monetization like I'm 5](https://dev.to/hacksultan/web-monetization-like-i-m-5-1418) - Monetizing the web! ### Articles - [Monetizing Content in View](https://dev.to/godwinagedah/monetizing-content-in-view-paying-for-what-you-see-462a) - Paying for what you see. - [Web Components](https://dev.to/philnash/web-components-for-the-web-monetization-api-4ed9) - For the Web Monetization API (serie). ### Newsletters - [Newsletter of grantfortheweb.org](https://www.grantfortheweb.org/signup) - Sign up for email updates. ### Tools - [Probabilistic Revshare Generator - Web Monetization](https://webmonetization.org/prob-revshare/) - Probabilistic revenue sharing (revshare) is one way to share a portion of a web monetized pages earnings between multiple payment pointers. > Use this tool to define a list of payment pointers and their weights. > Then, add the generated monetization link element to your site. > The link will contain a unique URL hosted on https://webmonetization.org/api/revshare/pay/. > If you'd prefer to not use a hosted URL, you can set up revshare by adding a script to your site. - [Is web monetized](https://github.com/jkga/is-web-monetized) - A very simple tool for checking if Web Monetization is enabled. > ```bash > npm install is-web-monetized -g > monetized example.com > ``` > > You can also test your website with the dependency. - [Paytrackr](https://github.com/thomasbnt/paytrackr) - (Forked from [wobsoriano/paytrackr](https://github.com/wobsoriano)) - 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](https://github.com/esse-dev/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](https://github.com/kristianfreeman/openmonetizationwallet) - 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 - [Web Monetization Community](https://community.interledger.org/) - [@GrantForTheWeb on Twitter](https://twitter.com/GrantForTheWeb) - [Web Monetization tag on DEV](https://dev.to/t/webmonetization) --- ## Contribute Contributions welcome ! Read the [contribution guidelines](contributing.md) first. You can also contribute to share this repository and Web Monetization with your friends. 😄 If you want to add a new small icon, the height must be **16px**. Put in `assets/small_icons/NAME.png`. Format PNG only accepted. > **Powered by Netlify** ✨ Netlify powering [the website](https://awesomewebmonetization.netlify.app/). Thanks to them! 💚 [![Deploys by Netlify](https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge&logo=netlify&logoColor=white)](https://netlify.com) ## Donate Feel free to help [me](https://github.com/thomasbnt) for the maintenance of this project ! Thanks to all **Sponsors on GitHub** ! ![GitHub Sponsors](https://cdn.jsdelivr.net/gh/thomasbnt/sponsors/sponsors.svg) [![GitHub Sponsors](https://img.shields.io/badge/Sponsor%20me-%23EA54AE.svg?&style=for-the-badge&logo=github-sponsors&logoColor=white)](https://github.com/sponsors/thomasbnt) [![Support me on Buy Me a Coffee](https://img.shields.io/badge/Support%20me-on%20Buy%20Me%20a%20Coffee-white?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black&labelColor=%23FFDD00)](https://www.buymeacoffee.com/thomasbnt?via=thomasbnt)