This is a repository that uses the preview of Walrus storage to create a prototype version of simple PKI/CA.
AggregatorHelper.cs,CryptographicSecureIDGenerator.cs,UploadFileHelper.cs is under the license of MIT.
All Model classes are licensed under MIT.
- Navigate to this website
- Download and install SDK.
- Download the zip file.
- Extract the zip file.
- Open command line.
- Navigate to first folder (Walrus_HApp).
- Do /dotnet build
- Navigate to second folder (Walrus_HApp.Desktop).
- Do /dotnet build
The compiled application reside within Walrus_HApp.Desktop/bin/debug/net8.0.
- Do all the steps in building.
- If you're on Windows, navigate to the folder where the compiled application resides. Double click on Walrus_HApp.Desktop.exe.
- If you're on Linux/MacOS, navigate to the folder where the compiled application resides via command line. Do /dotnet Walrus_HApp.Desktop.dll