{"id":19124363,"url":"https://github.com/kukks/dotnet-vss","last_synced_at":"2026-01-31T02:05:26.110Z","repository":{"id":261567452,"uuid":"884693282","full_name":"Kukks/dotnet-VSS","owner":"Kukks","description":"VSS dotnet library","archived":false,"fork":false,"pushed_at":"2024-11-07T08:30:22.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T00:56:28.609Z","etag":null,"topics":["backup","backup-solution","bitcoin","lightning","vss"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kukks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T08:12:13.000Z","updated_at":"2024-11-11T07:47:50.000Z","dependencies_parsed_at":"2024-11-07T08:45:34.449Z","dependency_job_id":"ea51ea83-73ad-4796-aded-569d60a8702d","html_url":"https://github.com/Kukks/dotnet-VSS","commit_stats":null,"previous_names":["kukks/dotnet-vss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kukks/dotnet-VSS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kukks%2Fdotnet-VSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kukks%2Fdotnet-VSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kukks%2Fdotnet-VSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kukks%2Fdotnet-VSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kukks","download_url":"https://codeload.github.com/Kukks/dotnet-VSS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kukks%2Fdotnet-VSS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274198337,"owners_count":25239615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","backup-solution","bitcoin","lightning","vss"],"created_at":"2024-11-09T05:28:53.300Z","updated_at":"2026-01-31T02:05:21.072Z","avatar_url":"https://github.com/Kukks.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Versioned Storage System (VSS) for dotnet \n\nClient-side library to interact with Versioned Storage Service (VSS).\n\nVSS is an open-source project designed to offer a server-side cloud storage solution specifically tailored for noncustodial Lightning supporting mobile wallets. Its primary objective is to simplify the development process for Lightning wallets by providing a secure means to store and manage the essential state required for Lightning Network (LN) operations.\n\nLearn more [here](https://github.com/lightningdevkit/vss-server/blob/main/README.md).\n\n## Usage\n\n```\ndotnet add package VSS\n```\n\nAt its core, the interface IVSSAPI defines all the methods required for both server and client. The library then provides two concrete implementations of the IVSSAPI interface:\n* HttpVSSAPIClient - a client that communicates with the VSS server over HTTP. Any authentication mechanism can be hooked up to the provided HttpClient.\n* VSSApiEncryptorClient - a client that allows encrypting the data before sending/receiving it from the VSS server. This does not handle actual communication, but rather wraps around another IVSSAPI implementation.\n\n## Proto Models\nThe current included vss.proto file is from [here](https://github.com/lightningdevkit/vss-server/blob/main/proto/vss.proto). There is one modification to the original file, which is the addition of\n```proto\noption csharp_namespace = \"VSSProto\";\n```\n\nwhich allows us to automatically generate the C# models from the proto file.\n\n## Gotchas!\n\nOn Mac, there is an issue around the source generator for protobuf to c# code. While I expect this to be fixed at some point from the library vendor, we can't wait on this. There is a folder `MacHax` which contains the generates library but is only included when compiling on a Mac. This is a temporary solution until the issue is resolved but may result in missing/different definitions when on mac (regenerate the machax folder when this is the case).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkukks%2Fdotnet-vss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkukks%2Fdotnet-vss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkukks%2Fdotnet-vss/lists"}