Elrond SDK for .NET Core
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
Elrond C# SDK for interacting with the Elrond Network (in general) and Smart Contracts (in particular).
This SDK depends on :
- BouncyCastle for ed25519 and other crypto algorithms
- dotnetstandard-bip39 for mnemonic / seed phrase.
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.