https://github.com/multiversx/mx-sdk-csharp
MultiversX C# SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
https://github.com/multiversx/mx-sdk-csharp
Last synced: 9 months ago
JSON representation
MultiversX C# SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
- Host: GitHub
- URL: https://github.com/multiversx/mx-sdk-csharp
- Owner: multiversx
- License: other
- Created: 2021-05-27T15:11:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T17:39:20.000Z (about 3 years ago)
- Last Synced: 2024-04-01T15:08:41.238Z (about 2 years ago)
- Language: C#
- Homepage:
- Size: 230 KB
- Stars: 11
- Watchers: 23
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mx-sdk-erdcsharp
**As of January 2023, the repository is largely outdated. Updates will follow.**
MultiversX C# SDK for interacting with the blockchain (in general) and smart contracts (in particular).
This SDK depends on :
* [BouncyCastle](https://www.nuget.org/packages/Portable.BouncyCastle/) for ed25519 and other crypto algorithms
* [dotnetstandard-bip39](https://github.com/elucidsoft/dotnetstandard-bip39) for mnemonic / seed phrase.
# 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](./docs/index.md).
# Change Log
All notable changes will be documented in this file.