Extensions of ERC721. The most popular extension of the… | by Eszymi | Coinmonks | Nov, 2022
In my previous post, I described the extensions of the most used token standard — ERC20. Now it’s time for the second most popular token standard — ERC721. All extensions come from the OpenZeppelin library. The main and also the only obligatory interface is ERC721, which is the simplest implementation of ERC721 standard. Except this, … Read more