C# implementation of FrostFS SDK
|
||
---|---|---|
.forgejo/workflows | ||
sdk | ||
.gitignore | ||
LICENSE | ||
README.md |
frostfs-sdk-csharp
C# implementation of FrostFS SDK.
Prerequisites
Get the key for your wallet
- Get the address
cat <path_to_your_wallet> | jq .accounts[0].address | tr -d '"'
- Get the key
neo-go wallet export -w <path_to_your_wallet> -d <address_from_p1>