Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed May 18, 2023
1 parent 188b709 commit c4c1cf3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Mx.NET.SDK.SmartSend
⚡ MultiversX .NET SmartSend SDK: Library for interacting with Smart Send contracts on MultiversX blockchain

<br>

## How to install?
The content is delivered via nuget packages:
##### RemarkableTools.Mx.SmartSend [![Package](https://img.shields.io/nuget/v/RemarkableTools.Mx.SmartSend)](https://www.nuget.org/packages/RemarkableTools.Mx.SmartSend/)

<br>

## Main Features
- Create EGLD/Token/MetaESDT/NFT/SFT transactions for Smart Send contracts

<br>

## Quick start guide
### Basic example
```csharp
Expand All @@ -33,8 +27,6 @@ var egldTxs = smartSend.CreateEGLDTransactions(inputTransactions);
//sign and send egldTxs
```

<br>

### Advanced example
*The following example is using a wallet __signer__ that should not be used in production, only in private!*
```csharp
Expand Down

0 comments on commit c4c1cf3

Please sign in to comment.