Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 294 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 294 Bytes

Webauth Plugin Demo

Getting Started

To run the demo, you'll need to run a local network with Safe contracts deployed, and a local bundler

# Install dependencies
yarn
# Generate typechain types
yarn gen-types
# Start the development server
yarn dev