Help! I want to begin learning IPFS source code to implement a minimal Python version for learning purposes and more…Any advice/tips on how to begin to learn structure of code to do this?
I’m also willing to volunteer my time to help a dev in exchange for some guidance. (I know Go.)
If you’re looking for a python project that uses ipfs here is one : chamalow/mazash - mazash - P2Git it’s a kind of little shazam for music using ipfs instead of live upload.
Serbino you have reason ipfshttpclient is a client so it need daemon on host. ipfsme have reason also good point to begin can read ipfs spec. For the network part you can check that lib2p2 all network stack of ipfs is manage with that.