Shared KYC / identity verification controller used across MetaMask clients
yarn add @metamask/kyc-controller
or
npm install @metamask/kyc-controller
To rebuild the package automatically whenever you change a source file, run the build:watch script from core repository root folder:
yarn workspace @metamask/kyc-controller run build:watch
This watches src/**/*.ts and re-runs the build on each change (it also performs an initial build on start), which is useful when developing against a client that consumes this package locally.
This package is part of a monorepo. Instructions for contributing can be found in the monorepo README.