Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

equilibriumco/starknet-multisig-ui

Repository files navigation

⚠️ Project archived

This repository has been archived because the project is no longer under active development by the Equilibrium team.

The code remains available for reference and historical purposes, but it should be considered unmaintained. We do not currently plan to provide updates, support, issue triage, or pull request reviews for this repository.

If you would like to reopen the project, continue development, or discuss future maintenance, please contact the Equilibrium team.

Starsign - Starknet Multisig Frontend

This page describes the used frontend implementation for the project, from a developer's perspective.

The code for the multisig smart contract can be found at https://github.com/eqlabs/starknet-multisig

Getting Started

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Local testing

You can easily test Starsign by running a local Starknet testnet. This guide assumes that you have Docker installed on your machine.

X86

docker run -p 127.0.0.1:5050:5050 -it shardlabs/starknet-devnet:latest --gas-price=0

ARM

docker run -p 127.0.0.1:5050:5050 -it shardlabs/starknet-devnet:latest-arm --gas-price=0

About

Starsign – An UI for Starknet Multisig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors