IPFS Companion 2.2.0 brings window.ipfs to your Browser
1–10 of 27 posts
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#2Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#3Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#4Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#5Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#6Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.
Interestingly I've heard of IPFS many many times and this is the first I've heard of Dat+Beaker. Do you have a starting point you suggest to get an idea of what it is or does?
https://datproject.org https://beakerbrowser.com
And a short video for Beaker: https://www.youtube.com/watch?v=U2B9mwRFE8U
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#7How do I know that the embedded mode works? It says "IPFS resource loaded via Public Gateway".
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#8Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.
Also, ZeroNet seems more advanced than both in terms of things that actually work today.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#9How do I know that the embedded mode works? It says "IPFS resource loaded via Public Gateway".
Use window.ipfs property to play with pure IPFS (without HTTP gateway): window.ipfs.id(console.log) window.ipfs.add(Buffer.from('hello')).then(console.log) window.ipfs.cat('/ipfs/QmWfVY9y3xjsixTgbd9AorQxH7VtMpzfx2HaWtsoUYecaX').then((data) => console.log(new String(data))) More info: https://github.com/ipfs-shipyard/ipfs-companion/blob/master/...
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#10Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.