https://github.com/sinhaparth5/blockchain-csharp
https://github.com/sinhaparth5/blockchain-csharp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinhaparth5/blockchain-csharp
- Owner: sinhaparth5
- License: gpl-3.0
- Created: 2024-09-12T17:09:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T17:18:16.000Z (almost 2 years ago)
- Last Synced: 2025-06-23T01:08:56.524Z (about 1 year ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain C#
### Install dependencies
```Bash
dotnet add package Newtonsoft.Json
```
Run Project
```Bash
dotnet run
```