docs: apply CR
License: MIT Signed-off-by: diasdavid <daviddias.p@gmail.com>
David Dias committed
Aug 22, 2018 at 21:27 UTC
9cd3fca50f116eb7914784b09ddd573dfcb19126
1 file changed
+1
-19
README.md
+1
-19
@@ -326,29 +326,11 @@ If you believe you've found a bug, check the [issues list](https://github.com/ip
326
327
## Development
328
329
-This is a simple description of where the codebase stands. There are multiple subpackages:
330
-
331
-- `bitswap` - the block exchange
332
-- `blocks` - handles dealing with individual blocks and sharding files
333
-- `blockservice` - handles getting and storing blocks
334
-- `cmd/ipfs` - cli ipfs tool - the main **entrypoint** atm
335
-- `config` - load/edit configuration
336
-- `core` - the core node, joins all the pieces
337
-- `fuse/readonly` - mount `/ipfs` as a readonly fuse fs
338
-- `importer` - import files into ipfs
339
-- `merkledag` - merkle dag data structure
340
-- `path` - path resolution over merkledag data structure
341
-- `peer` - identity + addresses of local and remote peers
342
-- `routing` - the routing system
343
-- `routing/dht` - the DHT default routing system implementation
344
-- `swarm` - connection multiplexing, many peers and many transports
345
-- `util` - various utilities
346
-
329
Some places to get you started on the codebase:
330
331
- Main file: [cmd/ipfs/main.go](https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/main.go)
332
- CLI Commands: [core/commands/](https://github.com/ipfs/go-ipfs/tree/master/core/commands)
351
-- Bitswap (the data trading engine): [exchange/bitswap/](https://github.com/ipfs/go-ipfs/tree/master/exchange/bitswap)
333
+- Bitswap (the data trading engine): [exchange/bitswap/](hhttps://github.com/ipfs/go-bitswap)
334
- libp2p
335
- libp2p: https://github.com/libp2p/go-libp2p
336
- DHT: https://github.com/libp2p/go-libp2p-kad-dht