Awesome
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