Arlodotexe / OwlCore.Kubo

An essential toolkit for Kubo, IPFS and the distributed web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OwlCore.Kubo Version

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.

Install

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

Usage

See the documentation for usage examples.

Financing

We accept donations here and here, and we do not have any active bug bounties.

Versioning

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.

License

All OwlCore code is licensed under the MIT License. OwlCore is licensed under the MIT License. See the LICENSE file for more details.

About

An essential toolkit for Kubo, IPFS and the distributed web.


Languages

Language:C# 99.2%Language:Dockerfile 0.8%