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.
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
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can easily test Starsign by running a local Starknet testnet. This guide assumes that you have Docker installed on your machine.
docker run -p 127.0.0.1:5050:5050 -it shardlabs/starknet-devnet:latest --gas-price=0docker run -p 127.0.0.1:5050:5050 -it shardlabs/starknet-devnet:latest-arm --gas-price=0