Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kubo_final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anastasiia Chirikova
kubo_final
Commits
f2d2d399
Commit
f2d2d399
authored
10 years ago
by
Jeromy Johnson
Browse files
Options
Downloads
Patches
Plain Diff
update readme and dev guide
parent
5fafaa42
No related branches found
No related tags found
1 merge request
!1
New
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-7
1 addition, 7 deletions
README.md
dev.md
+4
-5
4 additions, 5 deletions
dev.md
with
5 additions
and
12 deletions
README.md
+
1
−
7
View file @
f2d2d399
...
...
@@ -4,7 +4,6 @@ See: https://github.com/jbenet/ipfs
Please put all issues regarding IPFS _design_ in the
[
ipfs repo issues
](
https://github.com/jbenet/ipfs/issues
)
.
Please put all issues regarding go IPFS _implementation_ in
[
this repo
](
https://github.com/jbenet/go-ipfs/issues
)
.
## Install
...
...
@@ -64,12 +63,7 @@ Guidelines:
## Todo
Ipfs is still under heavy development, there is a lot to be done!
-
[ ] Finish Bitswap
-
[ ] Connect fuse interface to Blockservice
-
[ ] Write tests for bitswap
-
[ ] Come up with more TODO items
Ipfs is nearing an alpha release. Things left to be done are all marked as
[
Issues
](
https://github.com/jbenet/gp-ipfs/issues
)
## Development Dependencies
...
...
This diff is collapsed.
Click to expand it.
dev.md
+
4
−
5
View file @
f2d2d399
...
...
@@ -32,19 +32,18 @@ There are multiple subpackages:
-
peer addressing
-
dht - impl basic kademlia routing
-
bitswap - impl basic block exchange functionality
-
crypto - building trust between peers in the network
-
block splitting on import - Rabin fingerprints, etc
### What's in progress:
-
crypto - building trust between peers in the network
-
ipns - impl
`/ipns`
obj publishing + path resolution
-
expose objects to the web at
`http://ipfs.io/<path>`
### What's next:
-
ipns - impl
`/ipns`
obj publishing + path resolution
-
**(at this point should have func similar to bittorrent)**
-
block splitting on import - Rabin fingerprints, etc
-
version control -
`commit`
like data structure
-
expose objects to the web at
`http://ipfs.io/<path>`
-
more...
## Cool demos
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment