Skip to content

This repo is for our contract pinger app, that runs all chains

Notifications You must be signed in to change notification settings

sig-net/contract-pinger

Repository files navigation

Contract Pinger

Simple server that can request a signature from any supported network. Used in load and synthetic tests.

Getting Started

Prerequisites

  • Node.js (v18+ recommended)
  • pnpm

Install dependencies

pnpm install

Development

Run the server in development mode (auto-reloads on changes):

pnpm dev

Build

Transpile TypeScript to JavaScript:

pnpm build

Run (Production)

pnpm start

Run (Development)

pnpm dev

Test

Run all integration and unit tests:

pnpm test

Code Formatting

To format all code in the project using Prettier and your .prettierrc settings, run:

pnpm format

This will automatically format your codebase according to the project's style rules.

Environment Variables

Copy .env.example to .env and fill in the required values for your environment.

About

This repo is for our contract pinger app, that runs all chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages