Introduction to basic hashing and adding unit tests
Login with NEARHash the solution, add basic unit tests In the previous section, we stored the crossword solution as plain text as a String type on the smart contract. If we’re trying to hide the solution from the users, this isn’t a great approach as it’ll be public to anyone looking at the state. Let’s …
Introduction to basic hashing and adding unit tests Read More »