📄️ 1. What is a Connector?
Build and host a REST web service that connects your system with MetaMask Institutional.
📄️ 2. Implement this OpenAPI Spec
Your Connector must expose a specific API to be compatible with MetaMask Institutional.
📄️ 3. Configure Authentication
Using your existing authentication scheme.
📄️ 4. Keep your Connector healthy
Receive health checks
📄️ 5. [Optional] Use the boilerplate
This public GitHub repository contains a mock Nest.js implementation of the OpenAPI Specification, and with sample Authentication.
📄️ 6. It works when...
... your Connector receives recurrent calls on GET /details from https//staking-middleware.metamask-institutional.io (in prod), and successfully responds to them.