DEV Community

Discussion on: Understanding the concept of the Nonce & SHA3-256 in a Blockchain with NodeJS

Collapse
 
kalem137 profile image
kalem137

Hello Florian,

thank very much you for this very valauable tutorial.

Is it possible to write a similar program for SHA2(SHA256)
in order to found a nonce for SHA2(SHA256)?

In this tutorial is SHA3-256 used.

I have added sha2 module with yarn and tried to achive this but sha2

module doesn't support some methods e.g. like digest and update etc.

Best Regards
kalem