blockchain
blockchain copied to clipboard
added dotnetcore implementation
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!
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.
@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 thank you very much for your code review. I Removed obsolete files by adding a .gitignore file. Sorry it took me so long.