#ethereum
Read more stories on Hashnode
Articles with this tag
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...
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...
Transactions that happen on the Blockchain are stored as Blocks. Every one of these transactions has logs and these logs represent the solidity events...
Error handling in solidity is used to take care of errors in your smart contract. There are four ways(Functions) that are used to handle errors in...