MultiChainDotNet.Managers 2.23.99-alpha-gb225fb0735

This is a prerelease version of MultiChainDotNet.Managers.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MultiChainDotNet.Managers --version 2.23.99-alpha-gb225fb0735
                    
NuGet\Install-Package MultiChainDotNet.Managers -Version 2.23.99-alpha-gb225fb0735
                    
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="MultiChainDotNet.Managers" Version="2.23.99-alpha-gb225fb0735" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MultiChainDotNet.Managers" Version="2.23.99-alpha-gb225fb0735" />
                    
Directory.Packages.props
<PackageReference Include="MultiChainDotNet.Managers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MultiChainDotNet.Managers --version 2.23.99-alpha-gb225fb0735
                    
#r "nuget: MultiChainDotNet.Managers, 2.23.99-alpha-gb225fb0735"
                    
#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.
#:package MultiChainDotNet.Managers@2.23.99-alpha-gb225fb0735
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MultiChainDotNet.Managers&version=2.23.99-alpha-gb225fb0735&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MultiChainDotNet.Managers&version=2.23.99-alpha-gb225fb0735&prerelease
                    
Install as a Cake Tool

MultiChainDotNet

Setup the blockchain network

1. Install Docker for Windows Desktop with WSL2

https://docs.docker.com/docker-for-windows/wsl/

2. Clone this repo

https://github.com/RoyLai-InfoCorp/MultiChainDotNet

3. Startup 1 seednode and 3 test nodes

Go to /build/multichain directory

sh$ ./multichain/create-base-image.sh
sh$ docker-compose up

The output should show Node ready. for all 4 nodes. If nodes doesn't start up, press CTRL-C, enter docker-compose down and try again.

4. Test the connection

Each node should be connected to 3 other nodes.

sh$ docker exec -it multichain-node1 multichain-cli senc2 getpeerinfo
sh$ docker exec -it multichain-node2 multichain-cli senc2 getpeerinfo
sh$ docker exec -it multichain-node3 multichain-cli senc2 getpeerinfo

Compile and Test

  1. Install dotnet sdk

    https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu

    For ubuntu 20.04

    wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
    sudo dpkg -i packages-microsoft-prod.deb
    rm packages-microsoft-prod.deb
    sudo apt-get update; \
    sudo apt-get install -y apt-transport-https && \
    sudo apt-get update && \
    sudo apt-get install -y dotnet-sdk-5.0
    
  2. Go to /src directory

    sh$ dotnet build
    
  3. Go to /test directory

    sh$ dotnet test
    
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MultiChainDotNet.Managers:

Package Downloads
Chron

See README.md for more details

Chron.Ethereum

See README.md for more details

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.32.24-alpha 231 7/22/2022
2.32.23-alpha 205 7/21/2022
2.32.22-alpha 209 7/19/2022
2.32.21-alpha 250 5/5/2022
2.32.20 606 5/5/2022
2.32.20-alpha 222 4/24/2022
2.32.19 473 4/24/2022
2.32.19-alpha 365 3/17/2022
2.32.18 465 3/17/2022
2.32.18-alpha 213 3/17/2022
2.32.17-alpha 227 3/17/2022
2.32.16-alpha 222 3/11/2022
2.32.15-alpha 200 3/11/2022
2.32.14-alpha 216 3/6/2022
2.32.9 924 2/5/2022
2.32.8 501 1/29/2022
2.32.1 500 1/29/2022
2.32.0 471 1/29/2022
2.31.0 520 1/28/2022
2.30.0 485 1/16/2022
2.29.0 367 12/16/2021
2.28.0 349 12/16/2021
2.27.0 474 12/13/2021
2.26.0 336 12/7/2021
2.25.9 311 12/5/2021
2.25.8 339 12/5/2021
2.25.4 352 12/5/2021
2.25.3 353 12/5/2021
2.25.2 359 12/4/2021
2.25.0-g8447d8d263 271 8/20/2021
2.24.0-gaca33099d2 273 8/4/2021
2.23.99-alpha-gb225fb0735 278 8/3/2021