near-multicall / ui

User interface for near-multicall
https://multicall.app
MIT License
10 stars 0 forks source link

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.