Building Web Monetization extension
Past: Prototype WM in Firefox (Gecko) https://github.com/sidvishnoi/gecko-webmonetization/ and providing feedback to the specification.
WebMonetization extension (for Coil) to demonstrate native WebMonetization support at https://github.com/sidvishnoi/gecko-webmonetization/
Although the extension makes use of experimental web monetization browser extension APIs (see background.js), the rest of the code can be used almost as is. Feel free to ping me if you've questions.
We are struggling from the server-side, as we want to implement the GraphQL API Coil provides, but we cannot find the server-side implementation. Do you know where we could find help for this?
Building Web Monetization extension
Past: Prototype WM in Firefox (Gecko) https://github.com/sidvishnoi/gecko-webmonetization/ and providing feedback to the specification.
Hi @atenorio , I have extracted a MVP extension from the Coil extension. I hope it can be a helpful reference.
WebMonetization extension (for Coil) to demonstrate native WebMonetization support at https://github.com/sidvishnoi/gecko-webmonetization/
Although the extension makes use of experimental web monetization browser extension APIs (see background.js), the rest of the code can be used almost as is. Feel free to ping me if you've questions.
Thanks @sid
Thanks @sid , very useful project!
We are struggling from the server-side, as we want to implement the GraphQL API Coil provides, but we cannot find the server-side implementation. Do you know where we could find help for this?
Thanks a lot
I think the Coil GraphQL API would be proprietary. @adrianhopebailie could tell more.