C# implementation of FrostFS SDK
Find a file
Ivan Pchelintsev 6f24f567c1 [#1] Remove unnecessary layer
Signed-off-by: Ivan Pchelintsev <i.pchelintsev@yadro.com>
2024-05-22 14:29:20 +03:00
.forgejo/workflows Add empty repo 2024-04-24 14:59:21 +03:00
src [#1] Remove unnecessary layer 2024-05-22 14:29:20 +03:00
.gitignore Add empty repo 2024-04-24 14:59:21 +03:00
FrostFS.SDK.sln [#1] Remove unnecessary layer 2024-05-22 14:29:20 +03:00
LICENSE Initial commit 2024-04-24 09:46:03 +00:00
README.md [#1] Define SDK structure 2024-05-22 14:29:17 +03:00

frostfs-sdk-csharp

C# implementation of FrostFS SDK.

Prerequisites

Get the key for your wallet

  1. Get the address
cat <path_to_your_wallet> | jq .accounts[0].address | tr -d '"'
  1. Get the key
neo-go wallet export -w <path_to_your_wallet> -d <address_from_p1>