https://wishingwall.ochremusic.com
Here’s a little project I’ve been working on. Users donate to an address, leaving a comment if they wish, and the comments are listed in the order of the donation/fee paid. Perhaps useful for blog tipping, streaming, Twitch etc. A real-time public tip-jar.
It accepts both mainnet and testnet addresses, and will switch networks as necessary.
It was previously client side only, but in order for secure sites to be able to include it as an iframe, it needs to be https, so I’ve added a backend that’ll talk to the NEM nodes (most of which are not https), then pass data along to the client via a websocket.
One thing I really wish we had at this point is testnet support on the iOS app. Any chance we’ll see that, so we can scan QR codes on the testnet too? Would make testing much easier.
Anyway, any comments or ideas/suggestions are welcome. I was thinking a ‘boost’ option to ‘upvote’ or top-up donations might be cool, but I’d have to think of a way to tie these with the original comment and sum the donations.