#solidity
Read more stories on Hashnode
Articles with this tag
Explain : receive() external payable {} In Solidity, the receive() function is a special function that is automatically called when a contract...
We are going to build a DAPP that lets users connect their wallets and mint NFTs from our contract Since I don't have money at the moment, lets build...
Soulbound tokens are a type of non-fungible token (NFT) that is permanently linked or "bound" to a specific user's account. In other words, once a...
Airdropping is a process of sending one or more tokens that you own to one or more addressNow why would we need AirDrop NFTs? create a better user...
The Basics ERC1155 tokens are semi-fungible tokens that have a single token but multiple owners, unlike ERC721 which are one-of-one and only have a...
Source: http://surl.li/flire ERC20 is a token standard used for creating digital tokens(virtual assets) on the Ethereum blockchain. It means the...