#web-development
Read more stories on Hashnode
Articles with this tag
Transactions in EVM-based blockchain networks can be batched using the web3.js library. You need to create a batch object in order to perform this...
payable function modifier provides a way to receive ethers in your smart contract. But what if you want to receive ERC20 Tokens into your smart...