Awesome
fast-auth-signer
Monorepo for fast-auth-signer functionality - contains frontend app, and associated E2E test suites defined using Playwright
Packages
near-fast-auth-signer
Web application designed primarily for usage via embedding into parent site using an iframe
near-fast-auth-signer-e2e-tests
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.