Skip to content

yann4460/elrond-sdk.dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.