Initial commit
authorCryptoManiac <balthazar@yandex.ru>
Thu, 6 Aug 2015 09:27:28 +0000 (12:27 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Thu, 6 Aug 2015 09:27:28 +0000 (12:27 +0300)
commitb5794452d82d72e14ecfa8fa236654201d271aaa
tree23a1001348776d807c7994bd4d3e13128f080952
Initial commit

Some stubs were implemented for basic classes.
Novacoin.sln [new file with mode: 0644]
Novacoin/CBlock.cs [new file with mode: 0644]
Novacoin/CBlockHeader.cs [new file with mode: 0644]
Novacoin/CTransaction.cs [new file with mode: 0644]
Novacoin/CTxIn.cs [new file with mode: 0644]
Novacoin/CTxOut.cs [new file with mode: 0644]
Novacoin/Hash160.cs [new file with mode: 0644]
Novacoin/Hash256.cs [new file with mode: 0644]
Novacoin/Novacoin.csproj [new file with mode: 0644]
Novacoin/Properties/AssemblyInfo.cs [new file with mode: 0644]