#blockchain
Read more stories on Hashnode
Articles with this tag
This is a short introduction to Web3.js, in the next articles we will dive deeper into how to use web3.js to connect smart contracts to the frontend...
In Ethereum there are two types of tokens, they are fungible and non-fungible tokens. The ERC-20 standard is used to create fungible assets. While the...
Solidity has built-in Variables, that show specific details about your contract. With the built-in variables, you can call know information about your...
In Solidity, we can always control how our Variables can be accessed. In this case, whenever we create any variable we can assign some keywords to...
In the previous tutorial, we learned how to build a Token using the ERC20 standard, and in this article, we are going to be creating a Token using the...
Token creation is one of the most important subjects in solidity. Cryptocurrency tokens are used as a store of value/money and are created on a native...