Skip to content

near-multicall/ui

Repository files navigation

NEAR Multicall

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.


Multicall UI

This repository contains graphical user interface application for building multicalls. Try it out at NEAR Mainnet or NEAR Testnet


Development

Quick start

Install dependencies
npm install
Run development server

For NEAR Testnet:

npm run start:testnet

For NEAR Mainnet:

npm run start:mainnet

Architectural specification

This application's architecture applies Feature-Sliced Design principles.

Releases

No releases published

Packages

No packages published