ipfs / boxo

A set of reference libraries for building IPFS applications and implementations in Go.
https://github.com/ipfs/boxo#readme
Other
181 stars 82 forks source link

feat: new boxo example running kubo-clone programmatically #464

Open SgtPooki opened 9 months ago

SgtPooki commented 9 months ago

There are currently only 3 examples: https://github.com/ipfs/boxo/blob/main/examples/README.md

It would be nice to have an example showing how to kick off a "kubo daemon" programmatically.

This would unblock https://github.com/SgtPooki/ipfs-desktop-wails/issues/12

SgtPooki commented 9 months ago

There is an existing example of using kubo as a library at https://github.com/ipfs/kubo/tree/master/docs/examples/kubo-as-a-library, but how does that change when using boxo?