Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPFS node vs gateway functionality #29

Open
cameronvoell opened this issue Jan 29, 2018 · 1 comment
Open

IPFS node vs gateway functionality #29

cameronvoell opened this issue Jan 29, 2018 · 1 comment

Comments

@cameronvoell
Copy link

It seems we have the ability to utilize the local IPFS node for adding content to IPFS, and doing an "IPFS cat" to read out a file from IPFS. However, in order to access an image file from IPFS, this app and its browser UI utilizes the ipfs.io IPFS gateway in order to get content.

Is it possible to execute an IPFS get command the same way an IPFS cat command is now possible? (perhaps it returns byte data or a File object?).

It would be nice to be able to fetch files without depending on a remote IPFS gateway.

Let me know if this questions should be in the IPFS Kotlin api repo.

@cameronvoell
Copy link
Author

hmm maybe that is what this PR essentially accomplishes...

komputing/ipfs-api-kotlin#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant