Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 969 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 969 Bytes

Signet Apps Demo

Build great multisig experience with Signet

What is this?

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.

Getting started

  1. Install dependencies
npm install
# or
yarn install
# or
pnpm nstall
# or
bun install
  1. 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.

Learn More

To learn more about Signet, take a look at the following resources: