An essential toolkit for Kubo, IPFS and the distributed web.
Featuring:
- [docs] KuboDownloader: Automatically download / extract the correct Kubo binary for the running OS and architecture.
- [docs] KuboBootstrapper: A no-hassle bootstrapper for the Kubo binary.
- [docs] OwlCore.Storage implementations for Ipfs, Ipns and Mfs content.
- [docs] AES encrypt/decrypt pubsub messages using a pre-shared passkey.
- [docs] PeerRoom: Watch a pubsub topic for other nodes that join the room.
Published releases are available on NuGet. To install, run the following command in the Package Manager Console.
PM> Install-Package OwlCore.Kubo
Or using dotnet
> dotnet add package OwlCore.Kubo
See the documentation for usage examples.
We accept donations here and here, and we do not have any active bug bounties.
Version numbering follows the Semantic versioning approach. However, if the major version is 0
, the code is considered alpha and breaking changes may occur as a minor update.
All OwlCore code is licensed under the MIT License. OwlCore is licensed under the MIT License. See the LICENSE file for more details.