Vijaya BhaskarinCoinmonksTokenGating- Grant exclusive access to owners of select NFT collectionsProvide exclusive access using NFT ownership….Mar 2, 2022Mar 2, 2022
Vijaya BhaskarinCoinmonksPre-compute contract deployment address using CREATE2How can we know the deployment address of a contract before deploying? Read on …Mar 1, 20221Mar 1, 20221
Vijaya BhaskarinCoinsBenchHow to create NFTs and display them using React for beginners (Part-2)Let us learn to interact with the deployed smart contract on our local Ganache chain from part1…Feb 27, 20221Feb 27, 20221
Vijaya BhaskarinCoinsBenchHow to create NFTs and display them using React for beginners (Part-1)In this article lets create NFT using ERC1155 standard and lets also display them.Feb 27, 20221Feb 27, 20221
Vijaya BhaskarinCoinsBenchTransaction Order dependence(TOD) in Ethereum node 😐 😜Let's look at the Transaction Order dependence(TOD) issue… Before that, let us dive into some basics.Feb 21, 2022Feb 21, 2022
Vijaya BhaskarinCoinsBenchRe-entrancy — Still a significant problem ?Reentrancy became infamous during 2016 DAO hack when millions of dollars worth of crypto was stolen. Read on to see how it is still…Feb 19, 2022Feb 19, 2022
Vijaya BhaskarinCoinsBenchUnchecked Return value in Smart Contracts as an attack surfaceSolidity contracts can call other contracts (execute their code just by knowing their deployed address on the chain)and even can create and…Feb 18, 2022Feb 18, 2022
Vijaya BhaskarinCoinsBenchFunction visibility vulnerabilities in smart-contractsIn blockchain, deployed code is immutable. Once you deploy the code, it is publicly accessible and anyone can try to exploit it as long and…Feb 17, 2022Feb 17, 2022