This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Opening sequence in node or browser? #513
Labels
help wanted
Seeking public contribution on this issue
I'm just getting started and I apologize for the beginner's question: What sequence of steps is necessary to get a functional ipfs instance running in Node and/or (but hopefully and) the browser? I can do the following:
var IPFS = require('ipfs')
var node = new IPFS()
as in README, but after that ... I'm not sure. I've been reading through the Orbit code, but from what I can tell it's connecting to a daemon running locally.
Can someone share a set of initialization steps ending with adding or getting a file? Would be nice to add that to the guide.
The text was updated successfully, but these errors were encountered: