Basic Web Monetization
Get started with Fundme.js.
import { fund } from "fundme";
fund("$wallet.example.com/test");<script type="module">
import { fund } from "https://cdn.pika.dev/fundme";
fund("$wallet.example.com/testing");
</script><script src="https://cdn.jsdelivr.net/npm/fundme/dist/fundme-iife.js"></script>
<script>
fundme.fund("$wallet.example.com/my-address");
</script>Last updated