Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
added dotnetcore implementation #130
Conversation
| @@ -0,0 +1,46 @@ | |||
| { | |||
| // Use IntelliSense to find out which attributes exist for C# debugging | |||
jeffrade
Oct 27, 2018
Commenting // isn't valid JSON.
Commenting // isn't valid JSON.
|
I would add a |
| @@ -0,0 +1,14 @@ | |||
| /home/armin/code/Blockchain/csharp/Blockchain/bin/Debug/netcoreapp2.1/Blockchain.deps.json | |||
jeffrade
Oct 27, 2018
Pretty sure this file need to be committed.
Pretty sure this file need to be committed.
| @@ -0,0 +1 @@ | |||
| f959d93c94861c8f26962e03a52ddb0c60ce0617 | |||
jeffrade
Oct 27, 2018
None of these *.cache files need to be here.
None of these *.cache files need to be here.
|
@ArminNaish I would clean up a lot of this PR and only commit the absolute bare minimum for someone else to build and run from source. Utilize a |
|
@jeffrade thank you very much for your code review. I Removed obsolete files by adding a .gitignore file. Sorry it took me so long. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Hey there, I implemented your blockchain sample in dotnet core (runs on linux, mac and windows). Check out the source code if you like. Great blog post by the way!