I've been working on a new peer-to-peer exchange that employs WebRTC for the past few weeks.
It's pretty unique because it fully complies with FinCEN's regulations around exchange because all communication in the platform is conducted directly peer-to-peer and subsequent exchanges are conducted physically by the respective exchangers (I'd love to employ an online transfer in further iterations, but don't have a good solution yet).
I just went live with an early alpha tonight if others would like to try it out and give feedback.
My primary goal with the platform is give as much anonymity as possible, meaning that I self-host all files (no external js). I'm stuck using an external tile-server (which means mapquest logs some data, including IP + timestamp), but I hope to get some capacity soon to bring that in-house as well so no external logging of users occurs (beyond ISPs).
The site is
elqnt.org (pronounced eloquent).
Best,
Stephen
Amazing. I just read about WebRTC today thanks to the new version of Firefox which has this enabled by default. This is definitely the next step in exchange technology.