Skip to content

near/fast-auth-signer

Repository files navigation

fast-auth-signer Docker Pulls

Monorepo for fast-auth-signer functionality - contains frontend app, and associated E2E test suites defined using Playwright

Packages

Web application designed primarily for usage via embedding into parent site using an iframe

E2E test suites for near-fast-auth-signer using Playwright tests.

Usage

This repository leverages Yarn workspaces.

Local Development

Run yarn from the repository root. This will install dependencies for all packages by way of Yarn workspaces functionality.

Run your own instance

Instructions to run your own instance of the signer app can be found here.

End-to-End tests

Run yarn test from the repository root.