A console app written to explore the principles of block-chain tech. {built using C# .Net Framework}
echo "# blockchainlogic" >> README.mdecho "# blockchainlogic" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/stanleyokali/blockchainlogic.git git push -u origin master