Files
privacy-pools-core/packages/relayer/README.md
bezze cc4cd8f13f feat: relayer basic implementation (#53)
There are a lot of TODOs related to code quality, mostly happy path
assumptions, input sanitization, error handling and tests. Feature wise
it's missing the contract interaction (should be straight forward once
it's implemented in the SDK) and the sqlite database for request
tracking.
2025-01-31 19:01:11 +00:00

1.2 KiB

ts-turborepo-boilerplate: relayer package

Description of your package goes here.

Setup

  1. Install dependencies running pnpm install

Available Scripts

Available scripts that can be run using pnpm:

Script Description
build Build library using tsc
check-types Check types issues using tsc
clean Remove dist folder
lint Run ESLint to check for coding standards
lint:fix Run linter and automatically fix code formatting issues
format Check code formatting and style using Prettier
format:fix Run formatter and automatically fix issues
test Run tests using vitest
test:cov Run tests with coverage report

Usage

Describe how to use your package here.

API

Describe your package's API here.

References

Add any relevant references here.