Multicall is a tool for DAOs that allows proposal creators to bundle multiple cross-contract calls in one proposal. You may find more information on the project here.
This repository contains graphical user interface application for building multicalls. Try it out at NEAR Mainnet or NEAR Testnet
npm install
For NEAR Testnet:
npm run start:testnet
For NEAR Mainnet:
npm run start:mainnet
This application's architecture applies Feature-Sliced Design principles.