blockchain icon indicating copy to clipboard operation
blockchain copied to clipboard

added dotnetcore implementation

Open ArminNaish opened this issue 7 years ago • 3 comments

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!

ArminNaish avatar Oct 07 '18 14:10 ArminNaish

I would add a .gitignore file. Looks like a lot of files are committed that shouldn't be. For example, I wouldn't expect the dotnetcore/BlockChain.Tests/bin folder to be committed.

jeffrade avatar Oct 27 '18 22:10 jeffrade

@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 .gitignore file.

jeffrade avatar Oct 27 '18 22:10 jeffrade

@jeffrade thank you very much for your code review. I Removed obsolete files by adding a .gitignore file. Sorry it took me so long.

ArminNaish avatar Nov 08 '18 18:11 ArminNaish