This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Short and concise example #244
Closed
Description
feel free to close this off, but why are the examples around 1000lines long? it seems to me that any example that requires sifting through that much code is no longer helpful.
i am looking to do two things, set up a ipfs node to serve an api, and a client to make requests. i haven't found any examples that connect these two together.
this example led me to interface-ipfs-core/ repo. but it adds the file to a local instance, not a remote api. i'm having trouble finding an answer.
https://github.com/ipfs/js-ipfs/tree/master/examples/ipfs-101