ipfs Questions
8
I am trying to run the tests of the kotlin code provided from here : https://github.com/ligi/ipfs-api-kotlin with gradlew
I got the error listed below.
Could someone tell me what this error means...
2
Solved
I tried to change token base URL to display the new images of NFTs on opensea.io. But it is not updated immediately.
There is a way to update by specifying force_update=true on Rikeby testnet.
But ...
2
I know it's doable with mediaSource but media source doesn't support all video formats (like fragmented mp4 for example). Which is a problem because my application doesn't have a server that can fi...
Licentiate asked 1/9, 2018 at 2:35
3
Solved
I've added a bunch of files via ipfs add. How do I unpin and remove all of these at once?
Wootten asked 30/3, 2017 at 12:34
4
Solved
Currently making a rudimentary DApp for posting chats, similar to twitter except built on a smart contract. I am using hardhat and running my app on localhost. When creating a profile I want users ...
Borlow asked 11/8, 2022 at 8:51
2
According to https://docs.ipfs.io/guides/concepts/pinning/ , running the command ipfs add hello.txt apparently "pins" the file "hello.txt", yet why don't I see the file listed afterwards when I run...
Iredale asked 30/3, 2020 at 8:20
2
Problem
While trying to use ipfs-api in my application, I am getting below error:
ERROR TypeError: Buffer.from is not a function
at varintEncode (vendor.js:185602)
at Object../node_modules/is-i...
Peta asked 25/5, 2020 at 12:39
4
Solved
Assuming I'm adding data to IPFS like this:
$ echo Hello World | ipfs add
This will give me QmWATWQ7fVPP2EFGu71UkfnqhYXDYH566qy47CnJDgvs8u - a CID which is a Base58 encoded Multihash.
Convertin...
Danielledaniels asked 2/8, 2018 at 13:50
5
Solved
I've gotten this IPFS info such as "/ipfs://QmQqzMTavQgT4f4T5v6PWBp7XNKtoPmC9jvn12WPT3gkSE" as API response.
I want to display this file(image) on my page, but I can't find out the correc...
Penis asked 13/7, 2021 at 6:57
2
Solved
I am creating a vue3 application (created with Vite) that interacts with a smart contract written in Solidity and stored on Ropsten. Therefore I am using web3js to interact with my smart contracts ...
Aiken asked 13/2, 2022 at 19:56
1
Solved
Is it possible to host Node JS applications to IPFS? Possibly through Fleek? I know it's possible to host React JS app on IPFSA Using Fleek, but is it possible to host or run a Node server on IPFS,...
Lor asked 2/10, 2021 at 3:1
2
I've been trying to implement and understand the working of IPFS and have a few things that aren't clear.
Things I've tried:
Implemented IPFS on my system and stored files on it. Even if I de...
Growler asked 23/11, 2017 at 7:43
1
Solved
Hello I have issue with ipsf-http-client using angular. On return new IpfsHttpClient() I have missing Multiaddr, anySignal, AbortController and other exports. Also I have error: This expression is ...
Consciencestricken asked 5/10, 2021 at 19:59
3
Solved
I have been testing my erc-721 contract with a link to my ipfs hash ipfs://QmeB87321i121xN88bXZzmjSUXqS46B8bU3H9ocyTb8tJf as the base token URI. The contracts are deployed and the items have been m...
2
As this decentralisation wave is taking place around the digital world, I was wondering how can you remove some content that you just uploaded on a decentralized network.
As I understand, more and ...
Ilowell asked 3/11, 2021 at 11:13
4
I can add recursively a bunch of files within IPFS with
$ ipfs add -r data/
How can I get a list back of all loaded file objects [in a specific directory]? Similar to aws s3 listObjects...
The i...
Gymnosperm asked 10/11, 2016 at 2:24
3
I'm trying to install IPFS from herenpm install ipfs --save and it is giving me the error as
npm ERR! tar.unpack error reading /media/FLASH/Tech/IPFS/ipfs
npm ERR! addLocal Could not install...
1
Solved
I just uploaded a folder of 5 images to IPFS (using the Mac Desktop IPFS Client App, so it was a very simple drag and drop operation.)
So being that I’m the one that created and published this fold...
Vigen asked 8/4, 2021 at 14:54
2
Solved
So I want to put a website on ipfs, but it has some javascript which calls out to a server that is not the ipfs gateway, so I get cross origin errors. Any idea how to do this?
Diabolic asked 10/3, 2017 at 0:54
3
Solved
Given a rather large folder, that has already been pushed to the network, and deleted locally. How would a file be added to that folder, without re-downloading the entire folder it?
Battaglia asked 1/10, 2016 at 7:11
1
I am on working on a simple react web app that adds and retrieves files to/from IPFS.
When a file is added to IPFS, the name of the added file (i.e Medical file) as well as a "View file " button w...
Sievert asked 21/3, 2020 at 21:57
2
I am trying to get a video to load from a stream. I would like to be able to "play" the video even if the entire video has not "downloaded" yet. The base64 data is coming in as ...
Theory asked 23/11, 2020 at 1:1
1
Solved
The only answers I can find in my research cover uploading multiple files from a directory on a PC. That is not what I'm trying to do. I'm trying to create a directory in ipfs and then add new file...
Albanian asked 30/6, 2020 at 0:29
2
Solved
I'd like to generate a CID (Content identifier) for a file in javascript without having access to an IPFS node or the internet. I've tried using js-multihashing-async to first hash the file and js-...
Dempstor asked 3/2, 2020 at 20:21
1
Solved
If two users upload the same file onto IPFS at the exactly same time from 2 end devices on the same internal network (for example, same office sharing the internet link), are the CIDs of those two ...
Amphibrach asked 4/12, 2019 at 19:10
1 Next >
© 2022 - 2025 — McMap. All rights reserved.