likecoin / puttyimages-web

Website for images adopted Like protocol.
https://dev.puttyimages.com/
GNU General Public License v3.0
18 stars 10 forks source link

Sign / submit IPLD image to likechain #31

Open jimcky opened 6 years ago

jimcky commented 6 years ago

Needed by #25

mckingho commented 6 years ago

if all checks pass, call API, upload image to IPFS and register the record on blockchain in #3

mckingho commented 6 years ago

likechain in phase1: https://gist.github.com/nnkken/6a08bab720d1ac8a6046ac4749b3ef54

upload and likechain flow: https://github.com/likecoin/puttyimages-web/wiki/ImageUploadFlow#phase-1-likechain-flow

rickmak commented 6 years ago

https://gist.github.com/nnkken/6a08bab720d1ac8a6046ac4749b3ef54

The gist is the reference implementation of likechain? may be worth to include it into our test case.