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 installFor NEAR Testnet:
npm run start:testnetFor NEAR Mainnet:
npm run start:mainnetThis application's architecture applies Feature-Sliced Design principles.