NoobChain-Tutorial-Part-2 icon indicating copy to clipboard operation
NoobChain-Tutorial-Part-2 copied to clipboard

A Simple Java Blockchain for educational purposes. (Tutorial series)

Results 5 NoobChain-Tutorial-Part-2 issues
Sort by recently updated
recently updated
newest added

Dear Kass I have read the Creating Your First Blockchain with Java Series on [medium.com](https://medium.com/programmers-blockchain), I really want to continue the part 3 but I can not find the article....

Typo on this method name. Can you re-factor "calulateHash()" to "calculateHash()"?

I see block 3 is missing the call to addBlock(). Was this intentional?

Hi Kass, in some cases you may have the exception NoSuchProviderException BC, you'd better surround your code with try/catch statement and handle this exception by adding this portion of the...

1.delete some redundant validation check on blocks 2.add Exceptions to avoid keep adding next block if one transaction failed