This is a step-by-step article on how to install the web3 library into your projects. Before you install web3, you'll first need to install nodejs....
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...