Swapit product update— Baskets of NFTs

Team Swapit
Sep 9, 2021

As per our previous post, we have created the smart contracts to enable creation of a basket of NFTs. In the previous post we showed how a basket of NFTs was created with a smart contract which enables adding only of a single NFT into the basket. This was a pilot project to showcase if the smart contracts which we created for the basket protocol to enable basket of ERC20 tokens can be upgraded to enable creation of baskets of NFTs as well.

We will start creating the User Interface for enabling creation and trade of baskets of NFTs. For this update, we have almost finished upgrading the Basket protocol smart contracts, and the below contracts have been developed to create an NFT basket for two NFTs that we created:

The NFT basket that we have created!
NFT 1 created and added on Opensea through Swapit.
NFT 2 created and added on Opensea through Swapit.

NFT created: https://mumbai.polygonscan.com/tx/0xac905f0cf69543ebf2d9dbea605e5d2ccde1b7bfdc495f3ac3ebf00ddab59d8e

NFTs deposited into the Basket: https://mumbai.polygonscan.com/tx/0x9df0d45dc12d987b31f258cd0602732fe574efeafaae267e8e4a8959717f343c

--

--