racoltacalin / elrond-sdk.dotnet

Elrond SDK for .NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elrond SDK for .NET Core

Build status

How to install ?

Elronford SDK for .NET Core is delivered via nuget package, therefore it can be installed as follows:

Install-Package elrond-sdk.dotnet

Package

Elrond C# SDK for interacting with the Elrond Network (in general) and Smart Contracts (in particular).

This SDK depends on :

How to install ?

Elronford SDK for .NET Core is delivered via nuget package, therefore it can be installed as follows:

Install-Package elrond-sdk-erdcsharp

Main Features

  • Transaction construction, signing, broadcasting and querying.
  • Smart Contracts deployment and interaction (execution and querying).
  • Wallet creation, derive wallet from mnemonic
  • Query values stored within Smart Contracts.

Documentation

The documentation and guides can be found at Read the docs.

Change Log

All notable changes will be documented in this file.

About

Elrond SDK for .NET Core

License:GNU General Public License v3.0


Languages

Language:C# 100.0%