Kaze 1.2.0
dotnet add package Kaze --version 1.2.0
NuGet\Install-Package Kaze -Version 1.2.0
<PackageReference Include="Kaze" Version="1.2.0" />
paket add Kaze --version 1.2.0
#r "nuget: Kaze, 1.2.0"
// Install Kaze as a Cake Addin #addin nuget:?package=Kaze&version=1.2.0 // Install Kaze as a Cake Tool #tool nuget:?package=Kaze&version=1.2.0
Kaze A secure, scalable and collaborative ecosystem for blockchain applications and smart contracts
Kaze A secure, scalable and collaborative ecosystem for blockchain applications and smart contracts
For more information, please read the documentation.
Supported Platforms
We already support the following platforms:
- CentOS 7
- Docker
- macOS 10 +
- Red Hat Enterprise Linux 7.0 +
- Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Ubuntu 15.10, Ubuntu 16.04, Ubuntu 16.10
- Windows 7 SP1 +, Windows Server 2008 R2 +
We will support the following platforms in the future:
- Debian
- Fedora
- FreeBSD
- Linux Mint
- OpenSUSE
- Oracle Linux
Development
To start building peer applications for KAZE on Windows, you need to download Visual Studio 2017, install the .NET Framework 4.7 Developer Pack and the .NET Core SDK.
If you need to develop on Linux or macOS, just install the .NET Core SDK.
To install Kaze SDK to your project, run the following command in the:
PM> Install-Package Kaze
For more information about how to build DAPPs for KAZE, please read the documentation.
How to Contribute
You can contribute to KAZE with issues and PRs. Simply filing issues for problems you encounter is a great way to contribute. Contributing implementations is greatly appreciated.
We use and recommend the following workflow:
- Create an issue for your work.
- You can skip this step for trivial changes.
- Reuse an existing issue on the topic, if there is one.
- Clearly state that you are going to take on implementing it, if that's the case. You can request that the issue be assigned to you. Note: The issue filer and the implementer don't have to be the same person.
- Create a personal fork of the repository on GitHub (if you don't already have one).
- Create a branch off of master(
git checkout -b mybranch
).- Name the branch so that it clearly communicates your intentions, such as issue-123 or githubhandle-issue.
- Branches are useful since they isolate your changes from incoming changes from upstream. They also enable you to create multiple PRs from the same fork.
- Make and commit your changes.
- Add new tests corresponding to your change, if applicable.
- Build the repository with your changes.
- Make sure that the builds are clean.
- Make sure that the tests are all passing, including your new tests.
- Create a pull request (PR) against the upstream repository's master branch.
- Push your changes to your fork on GitHub.
Note: It is OK for your PR to include a large number of commits. Once your change is accepted, you will be asked to squash your commits into one or some appropriately small number of commits before your PR is merged.
Product | Versions 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 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7
- Akka (>= 1.3.10)
- Kaze.VM (>= 1.6.0)
- Microsoft.AspNetCore.ResponseCompression (>= 2.2.0)
- Microsoft.AspNetCore.Server.Kestrel (>= 2.1.1)
- Microsoft.AspNetCore.Server.Kestrel.Https (>= 2.1.1)
- Microsoft.AspNetCore.WebSockets (>= 2.1.1)
- Microsoft.EntityFrameworkCore.Sqlite (>= 2.1.4)
- Microsoft.Extensions.Configuration.Json (>= 2.1.1)
- Replicon.Cryptography.SCrypt (>= 1.1.6.13)
- System.Text.Encodings.Web (>= 4.5.0)
-
.NETStandard 2.0
- Akka (>= 1.3.10)
- Kaze.VM (>= 1.6.0)
- Microsoft.AspNetCore.ResponseCompression (>= 2.2.0)
- Microsoft.AspNetCore.Server.Kestrel (>= 2.1.1)
- Microsoft.AspNetCore.Server.Kestrel.Https (>= 2.1.1)
- Microsoft.AspNetCore.WebSockets (>= 2.1.1)
- Microsoft.EntityFrameworkCore.Sqlite (>= 2.1.4)
- Microsoft.Extensions.Configuration.Json (>= 2.1.1)
- System.Text.Encodings.Web (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.