EndlessVanguard / bitcoin-remunerate-api

A scheme for trustless, decentralized, anonymous, remuneration for content creators.
1 stars 0 forks source link

CMS integrations #41

Open mattgstevens opened 8 years ago

mattgstevens commented 8 years ago
fromheten commented 8 years ago

Quick markdown tip - to make check boxes, have the dash before the brackets - [ ]. Put an x between dashes to mark as done. Edit this comment to see :)

fromheten commented 8 years ago

This is something we have let slip, and I think mostly because it's more fun to hack on the API.

Choice of CMS

I would assume wordpress is the most popular one, and our competitor already have a plugin for that. If you ask me, we could totally invest €400 in hiring someone to do it with us - best would be hire someone who knows wordpress well and pair with them. Important that at least one of us know how that code works, and I think neither of us have much experience with php nor wordpress.

Features

The simplest way to do this it seems to me, is that all posts have a boolean 'momona enabled'. If that is true, when the user gets that page they will be presented a momona payment prompt. If it's false, the normal rendering of the post will happen. Then it could also be switched on and off, and would only require one state change (the boolean). Registering the content in our database would be totally transparent to the user.

When installing the plugin you would add a payoutAddress, and all content registered would use that payout address.