Build great multisig experience with Signet
This is a demo app to demonstrate how great multisig and EOA experience can co-exist on Signet. By integrating with the Signet SDK, you can inject multisig wallets on Signet (aka Signet Vaults) into your dapp, and allow Signet Vaults to sign transactions crafted from your dapp.
- Install dependencies
npm install
# or
yarn install
# or
pnpm nstall
# or
bun install
- run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Signet, take a look at the following resources: