-
Notifications
You must be signed in to change notification settings - Fork 62
Creating basic examples on how to use go-ipfs Programatically (with the Core API) #300
Comments
@daviddias Great point. The existing team doesn’t have the bandwidth to swarm on this right now, unfortunately; do you have an inclination to knock out a rough draft (I’m more than happy to copy edit), or do you have recommendations for someone who can take this work in? Thank you! |
Understood. I was looking for an example I could use myself. It is currently unclear to me how much of the CoreAPI for go-ipfs -- https://github.com/ipfs/interface-go-ipfs-core -- is ready/done/released. Once I get something to work cleanly, I'm happy to allocate a couple of hours getting a 101 example written. While I figure that out, one thing to consider doing right now is hiding examples that are broken in the docs page. |
Yay, thanks! I found those legacy examples last week while working on something else, but based on accuracy of the legacy examples already on docs.ipfs wanted to take a closer look before releasing back into the wild. If you’ve found ones you want to release right away lmk — it’s reasonably quick for me to do that legwork. |
Update: I started working on this example. Code being written here ipfs/kubo#6695 |
Awesome, please keep us posted 😊 |
Hiiii docs team! Got something for you ipfs/kubo#6695 It's complete and ready for review. Would love to get this shipped soon and potentially also ship a blog post to let our users know that they can use IPFS in this way as well. |
From @daviddias re where to put this guide in the legacy nav: note that we're addressing the js-ipfs examples in the new beta nav. But will hide the "make your own service" link per screenshot. |
It has beeeen meeeerged \o/ https://github.com/ipfs/go-ipfs/tree/master/docs/examples/go-ipfs-as-a-library :D |
Got you a blog post as well ipfs-inactive/blog#322 :D |
Link added in legacy docs site! Queued up in the beta as well. Thank you! |
Examples such as https://docs.ipfs.io/guides/examples/api/service/readme are out of date and the Documentation of the go core API has a big TODO -- https://github.com/ipfs/interface-go-ipfs-core#documentation --. This means that, AFAICouldFind, there are no set of basic examples on how to spawn your own go-ipfs node from a Go Program.
It would be extremely helpful to have at least 1 to 2 examples that show users how they can use go-ipfs from their go programs. For inspiration:
The text was updated successfully, but these errors were encountered: