#smart-contracts
Read more stories on Hashnode
Articles with this tag
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...
Cryptocurrencies have cemented themselves as a revolutionary new asset class, offering investors the chance to be part of the future of finance. As we...
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...
Digital identity is one of the most exciting emerging use cases for blockchain technology. Traditional identity systems have numerous pain points -...