ligi / IPFSDroid

Android App for the InterPlanetary File System(IPFS)
GNU General Public License v3.0
304 stars 73 forks source link

ipns via local gateway? #20

Open jcgruenhage opened 7 years ago

jcgruenhage commented 7 years ago

I just tried accessing localhost:8080 and was pleased to see it working with /ipfs/Qmfoo, but sadly it doesn't work with /ipns/ipfs.io for example.

sagar117 commented 6 years ago

you have to resolve your content in ipns/ipfs.io

jcgruenhage commented 6 years ago

Could you elaborate? I don't understand what you mean.

ivan386 commented 6 years ago

I try api http://localhost:5001/api/v0/resolve?arg=/ipns/ipfs.io {"Message":"Could not resolve name.","Code":0}

http://localhost:5001/api/v0/resolve?arg=ipns/ipfs.io {"Message":"invalid 'ipfs ref' path","Code":0}