SLD.Tezos.Blue 0.3.0-alpha

This is a prerelease version of SLD.Tezos.Blue.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SLD.Tezos.Blue --version 0.3.0-alpha
NuGet\Install-Package SLD.Tezos.Blue -Version 0.3.0-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SLD.Tezos.Blue" Version="0.3.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SLD.Tezos.Blue --version 0.3.0-alpha
#r "nuget: SLD.Tezos.Blue, 0.3.0-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SLD.Tezos.Blue as a Cake Addin
#addin nuget:?package=SLD.Tezos.Blue&version=0.3.0-alpha&prerelease

// Install SLD.Tezos.Blue as a Cake Tool
#tool nuget:?package=SLD.Tezos.Blue&version=0.3.0-alpha&prerelease

tezos.blue | Client.Engine

cross-platform client library for remote access to the Tezos network

The wallet built upon this engine can be downloaded via

http://tezos.blue

for Android, iOS and Windows

About

This libraries purpose is to provide comfort and security for .NET Developers building client applications for the Tezos network.

It is written in C# and based on the .NET Standard 2.0

Comfort

Comfort means to translate the language of the blockchain and its internals into semantics that are matching the language of real-world problem domains, driven by use cases.

It also means having full access to the capabilities of Tezos, while not having to run a node locally. Minimum resource usage on the client side for mobile development.

Finally, this library enables developers to write cross-platform code for all operation systems supported by the .NET Standard 2.0

Security

Upfront: This library is currently far from secure. Please read the following as a commitment to be fulfilled.

To build trust with users of applications built upon the Client.Engine, a two stage proof is proposed:

  1. It is proven by code reviews that no secret entered into the Engine will ever leave it without being heavily encrypted by the owner personally. While in the Engine, all possible measures are taken to protect the secret from theft.

  2. All applications are bound by the license to make their code open-source, so that users can review the path of their secrets down to the Engine and make sure, the developer has not accidentally forgotten not to store them on the way.

If you volunteer to review the security, please take a look at

Security Reviewer's Guide

tezos.blue

The tezos.blue wallet is an example of an application built on this Engine.

The tezos.blue backend system is an online, highly scalable and performant implementation of the Connection interface required for the interaction of the Engine with the Tezos network.

Notes to Developers

There will be a NuGet package for an easy connection to the live tezos.blue system. Please be patient.

Currently, the only way to use this Engine is to initialize it with a network simulation, which is included. This is also how the tests in the Engine.Test project are executed. You will find a good entry point into the general idea there.

Version 0.3 will focus on security entirely. Your critical view and input during the coming weeks is highly welcome.

http://tezos.blue

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap is compatible.  uap10.0 was computed. 
Xamarin.iOS xamarinios is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

initial