Batching Function Calls Using Multicall with Celo Composer and OpenZeppelin

In this tutorial, we batch multiple function calls into a single function call. Multicall can be used for a complex smart contract-based action.

This tutorial is helpful for developers who want to do any complex action on blockchain like arbitrage of any kind.

tech stack: hardhat, solidity

ref: Utils Example · Issue #80 · celo-org/celo-composer · GitHub