IPFS implementation in C, (not just an API client library).
- ipfs init to create an ipfs repository on your machine
- ipfs add MyFile.txt to add a file to the repository, will return with a hash that can be used to retrieve the file.
- ipfs cat hash to retrieve a file from the repository
And of course this project at https://github.com/Agorise/c-ipfs
git submodule update --init --recursive
make all