Simple server that can request a signature from any supported network. Used in load and synthetic tests.
- Node.js (v18+ recommended)
- pnpm
pnpm installRun the server in development mode (auto-reloads on changes):
pnpm devTranspile TypeScript to JavaScript:
pnpm buildpnpm startpnpm devRun all integration and unit tests:
pnpm testTo format all code in the project using Prettier and your .prettierrc settings, run:
pnpm formatThis will automatically format your codebase according to the project's style rules.
Copy .env.example to .env and fill in the required values for your environment.