#web-development
Read more stories on Hashnode
Articles with this tag
A Practical guide on Building Applications with the WebSocket API · In building web applications, the underlying communication architecture plays a vital...
Deploying an NFT Smart Contract on Ethereum · NFT(Non-Fungible Tokens) are tokens used to represent digital assets with inherent properties that are...
Creating and Deploying an ERC20 Token · The advent of web3 has brought with it an ability to design tokens that act as a store of value or as virtual...
2023! it's a new year that promises to be a really great one. There are technologies to master, products to build, etc. I believe there is also a...
Solidity is a statically typed language, which means that the type of each variable (state and local) needs to be specified. There are 3 types of...
Here we introduce you to some primitive data types available in Solidity. boolean The possible values are constants true and false uintint / uint:...