Tag: NFT
-
Solidity’s try-catch Syntax: Best Practices for Error Handling with Examples
Introduction When making smart contracts on the Ethereum blockchain, handling errors can be a very important part of the process. Especially when there aren’t many tools available! Solidity v0.6.0’s addition of the try/catch syntax was a big step in the right direction for how errors are handled. These new features build on previous ones, like…
-
Understanding NFT Staking and how it works
Staking has been prominent in the crypto circles and has been a key component of various protocols. NFT staking follows a similar approach and should sound quite familiar to the folks who understand ERC20 staking / yield farming conceptually. Before we dive deep into NFT staking, do follow me on twitter for more such informative…