1 changed files with 18 additions and 1 deletions
@ -1 +1,18 @@
@@ -1 +1,18 @@
|
||||
# crypto-agent |
||||
The Bitwarden Crypto Agent is a self-hosted application that stores and provides cryptographic keys to Bitwarden clients. |
||||
|
||||
The Crypto Agent project is written in C# using .NET Core with ASP.NET Core. The codebase can be developed, built, run, and deployed cross-platform on Windows, macOS, and Linux distributions. |
||||
|
||||
## Build/Run |
||||
|
||||
### Requirements |
||||
|
||||
- [.NET Core 5.0 SDK](https://www.microsoft.com/net/download/core) |
||||
|
||||
*These dependencies are free to use.* |
||||
|
||||
### Recommended Development Tooling |
||||
|
||||
- [Visual Studio](https://www.visualstudio.com/vs/) (Windows and macOS) |
||||
- [Visual Studio Code](https://code.visualstudio.com/) (other) |
||||
|
||||
*These tools are free to use.* |
||||
|
||||
Loading…
Reference in new issue