Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
542d6346
Commit
542d6346
authored
Aug 01, 2017
by
Jeromy Johnson
Committed by
GitHub
Aug 01, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4050 from jon-choi/master
README.md: Notes on where to start reading code
parents
fbdb8961
f7883ed1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
542d6346
...
...
@@ -44,6 +44,7 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http
-
[
Todo
](
#todo
)
-
[
Contributing
](
#contributing
)
-
[
Want to hack on IPFS?
](
#want-to-hack-on-ipfs
)
-
[
Want to read our code?
](
#want-to-read-our-code
)
-
[
License
](
#license
)
## Security Issues
...
...
@@ -307,6 +308,18 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c
[
![
](
https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif
)
](https://github.com/ipfs/community/blob/master/contributing.md)
### Want to read our code?
Some places to get you started. (WIP)
Main file:
[
cmd/ipfs/main.go
](
https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/main.go
)
<br>
CLI Commands:
[
core/commands/
](
https://github.com/ipfs/go-ipfs/tree/master/core/commands
)
<br>
Bitswap (the data trading engine):
[
exchange/bitswap/
](
https://github.com/ipfs/go-ipfs/tree/master/exchange/bitswap
)
DHT: https://github.com/libp2p/go-libp2p-kad-dht
<br>
PubSub: https://github.com/libp2p/go-floodsub
<br>
libp2p: https://github.com/libp2p/go-libp2p
## License
MIT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment