The Sequence .NET port (SequenceDotNet.dll
) was built based on the Sequence Unity SDK 3.19.5
- Console Application
- .NET 7.0
- C# 11.0
Run the Dockerfile for a server-side integration using the .NET SDK 7.0
Rename the example.Dockerfile
to Dockerfile
and fill the ENV
values to match your project.
docker build -t seqdotnet .
docker run -t seqdotnet
The Program.cs
acts as an integration example.
- Initialize the SDK with the Project Access Key and WaaS Config Key
- Create a guest wallet or wallet from an EOA private key
- Send an ERC1155 Sale or Mint transaction
- Use the Indexer API to check if the guest wallet owns the item
- Does not support .NET Core
- EOA wallet from the private key is not covered by gas sponsorship
- Newtonsoft.Json
- BountyCastle.Cryptography
- NBitcoin.Secp256k1