Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 971 Bytes

topic-go-ipfs-infra.md

File metadata and controls

22 lines (15 loc) · 971 Bytes

Go-IPFS Infrastructure

This poster should cover what it takes to initialize a go-IPFS node, and connect it to a public P2P network.

Goal

Use whatever resources available to you, in order to come up with a visual representation of the topic that can be projected on to a poster (similar in spirit to the poster description but with whatever creative freedom your group prefers :^)

Questions to Answer

  • How does the IPFS node initialize itself?
    • What services does it offer?
  • What configuration options do you have for a node?
    • daemon profiles, node config
  • How is the network initialized?
    • What technologies are used (libp2p, DHT, TCP, etc.)

Where to learn about it

https://github.com/libp2p/go-libp2p-examples/tree/master/libp2p-host
Setting up an IPFS peer - Carson Farmer
https://godoc.org/github.com/ipfs/go-ipfs/core