Questions tagged [ipfs]

IPFS (InterPlanetary File System) is a distributed/P2P content and identity-addressed hypermedia distribution protocol.

IPFS logo

The InterPlanetary File System is a hypermedia distribution protocol, addressed by content and identities. It enables the creation of completely distributed applications.

IPFS aims to make the web faster, safer, and more open by connecting all computing devices with the same system of files.

Latest release of IPFS is v0.9.0. Read more about the latest release at https://github.com/ipfs/go-ipfs/releases

IPFS official documentation: https://docs.ipfs.io/

772 questions
-2
votes
1 answer

Process NFT metadata on hedera chain

I'm trying to get the metadata from the NFT on hedera chain. When creating NFT the CID was converted to unit8array format but when I fetch the data the output is different. I'm unable to retrieve the original CID value which was in metadata. link to…
-2
votes
1 answer

upload an object on IPFS with JavaScript

I tried to upload an object into IPFS but there was an error Input not supported. Expected Buffer|ReadableStream|PullStream|File|Array got object this is my javascript code : let data = { name: bot, description: "", …
hora
  • 25
  • 5
-2
votes
1 answer

Metadata not loading on Opensea

I am trying to upload my nft collection to Opensea with Hashlips. I'm not a developer. The image of every single nft in the collection never appears no matter how long I wait or refresh the metadata. Images and metadata are loaded on…
-2
votes
1 answer

ipfs-update isn't showing the expected version list

I ran go get -u github.com/ipfs/ipfs-update and got in the end of what it looks like an installation going on the following go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more…
Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145
-2
votes
2 answers

Can't access an async function's response

I can't seem to find a way to access a value from an async value as it always returns undefined, I would like to wait for the function to end and then retrieve the value but it's not working... async UploadFile(file): Promise { let…
-2
votes
1 answer

How to setup our server as an IPFS node?

I have a server and wish to setup it as an IPFS node. In fact, I wish to contribute to the IPFS ecosystem and have permanently pinning a file. Would you please help me in details? How to setup my server as an IPFS node? Thanks in advance,
we.are
  • 409
  • 2
  • 6
  • 15
1 2 3
51
52