Basic Web Monetization
Get started with Fundme.js.
Fundme.js will add meta tag for Web Monetization API onto your page. If the meta tag already exists, it will update the Web Monetization receiver's payment pointer address instead.
Normal use case for fundme.js is to import function fund()
from package fundme
you've installed from NPM. The library uses bundler's threesaking feature to minimize its size. Because of that, in case you're not using bundlers' into your web development setup, you need to import fundme.js differently than the usual (see HTML without script module example).
Last updated
Was this helpful?