Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.32 KB

Mx.NET.SDK

⚡ MultiversX C# SDK: Complex library for interacting with MultiversX blockchain

*The starting point for these SDKs is the MultiversX's official C# repository.


How to install?

The content is delivered via nuget packages:

RemarkableTools.Mx Package
RemarkableTools.Mx.Core Package
RemarkableTools.Mx.Wallet Package

Main Features

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

Documentation

The documentation and guides can be found here


Other resources