python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the difference between ipfs.add and ipfs.dag.put?
Using the js-ipfs lib, I'm struggling to find good information regarding the difference between the following commands:
> await ipfs.add('hello world',{cidVersion:1})
{
path: 'bafkreifzjut3te2nhy...
cwarny
Votes: 0
Answers: 1
React and IPFS - Uncaught (in promise) TypeError: PubsubRouter is not a constructor
I am trying to fetch some json data on IPFS but keep getting hit by this error in the console on page load (and on click).
Uncaught (in promise) TypeError: PubsubRouter is not a constructor: pubsub-a...
get_php_workin
Votes: 0
Answers: 0
I cannot bundle ipfs-core with webpack. Module not found: Error: Can’t resolve ‘util’
I want to use ipfs-cose in browser side of my app. I use webpack as a bundler but for ipfs-core is required a polyfill
Module not found: Error: Can't resolve 'util' .......
BREAKING CHANGE: webpack &l...
Marco Ciaramella
Votes: 0
Answers: 1