mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
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.
1.2 KiB
1.2 KiB
ts-turborepo-boilerplate: relayer package
Description of your package goes here.
Setup
- 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.