@xo-cash/coordinator-server
v0.0.1-development.15497453838
Published
XO Cash Coordinator Server
Maintainers
Readme
@xo-cash/coordinator-server
Coordinator Server
⚠️ This project is in early development phase. Use it only if you understand what you are doing and accept the risks. Do not use funds you are not willing to lose. Minor version bumps may introduce breaking changes
Installation
npm install @xo-cash/coordinator-serverScripts
| Command | Description |
| ---------------------------------- | -------------------------------------------- |
| npm run build | Compile TypeScript to dist/ |
| npm run test | Run tests with coverage |
| npm run style | Lint with ESLint (read-only) |
| npm run syntax | Type-check without emitting (tsc --noEmit) |
| npm run format | Auto-fix formatting and linting |
| npm run docs | Generate TypeDoc API docs to public/ |
| npm run spellcheck | Spell-check source and test files |
| npm audit --audit-level=moderate | Performs npm audit |
