This is the first article in a series on how we are integrating different technologies to create the Otomee NFT Marketplace and how you can do it too.Pre-requisitesThe Multicall implementation uses redux, so you will need to have it set-up on your application. Dependanciesethers @typechain/ethers-v5 @uniswap/redux-multicall @uniswap/v3-periphery Folder structure. ├── state │ ├── index.ts │ └── multicall │ ├── instance.ts │ └── hooks.ts │ └── updater.ts ├── hooks │ ├── useContract.ts ├── const...