Twetch / PowPing Can either of you make your social graphs…
Twetch / PowPing
Can either of you make your social graphs available to external apps somehow? What I mean is a paymail based set of txs or a dB which means when I build a new service for say...
Replies
...reviewing independent movies, users can show up and already be following the people they follow elsewhere on this new service.
You can dig the chain with https://api.twetch.app/v1/abi or use https://twetch.app/sdk
You can determine the public key from the signature on Twetches and match it w/ a paymail
Thanks Harry!
I see an address, is the pubk in the signature itself?
https://jsfiddle.net/qn6c20fv/4/
Here's something I quickly cooked up to show you how to extract a public key from a signature in a Twetch post: https://jsfiddle.net/qn6c20fv/5/