Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Roadmap for js-ipfs #71

Merged
merged 4 commits into from
Jan 19, 2016
Merged

Roadmap for js-ipfs #71

merged 4 commits into from
Jan 19, 2016

Conversation

daviddias
Copy link
Member

This is the first pass, using the time I have to get it started, feel free to start adding/commenting stuff

@jbenet jbenet added the status/in-progress In progress label Dec 8, 2015

> main goal: Working version with a js-ipfs delegated node

- [ ] writable gateway
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking this down more, i think this (0.1.0) needs:

  • ipfs node
  • ipfs init / id (keygen)
  • js-dag-store on top of writable gateway

of the core commands https://github.com/ipfs/api/blob/master/level1.md#ipfs-core -- need:

  • ipfs object {new, put, get}
  • ipfs refs
  • ipfs version

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when i list the commands, i dont mean using the api, i just mean "commands implemented to operate on a node, like, implementing this:

ipfs.object.get = function(node, key, cb) { }
// or
ipfs.object.get = function(key, cb) { } // if `this` is the node.

@RichardLitt
Copy link
Member

Should these be here, or in an ipfs-js-* repo?

@RichardLitt
Copy link
Member

Also, what would it take to merge this and #72?

daviddias added a commit that referenced this pull request Jan 19, 2016
@daviddias daviddias merged commit 84862ef into master Jan 19, 2016
@daviddias daviddias deleted the js-ipfs/roadmap branch January 19, 2016 17:28
@jbenet jbenet removed the status/in-progress In progress label Jan 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants