#blockchain
Read more stories on Hashnode
Articles with this tag
I lost some ETH two weeks ago because I sent it to another. network and that was all, no way to get it back. It was just gone. I sat down, reflecting...
Blockchain development space is exploding. There has been tremendous demand for developers to build web3-based applications and...
// SPDX-License-Identifier: MIT pragma solidity 0.8.18; /* * @author not-so-secure-dev * @title PasswordStore * @notice This contract allows you...
Why NFTs? First, I do not believe NFTs are a big deal or critical to the future of web3. yes, I said so, but I am a programmer. I love coding and...
Two days ago, I came across this YouTube video from James Jani, where he spoke about the rise and fall of the crypto world; although I do not believe...
Enums or Enumerations in Solidity allow developers to create a new user-defined type with a restricted set of possible values. This can make the code...