Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Core Package

Overview

This package provides the core Multicall class. It is used to batch calls to multiple contracts in a single transaction. This can significantly reduce the number of transactions required to perform multiple operations, and can also save on gas costs.

Installation

npm

npm install @multicall-toolkit/core

yarn

yarn add @multicall-toolkit/core

pnpm

pnpm add @multicall-toolkit/core

bun

bun add @multicall-toolkit/core

Links