Files
meshcore.ts/README.md
2026-03-09 22:07:05 +01:00

277 B

meshcore

TypeScript library for MeshCore protocol utilities.

Quick start

  1. Install dev dependencies:
npm install --save-dev typescript tsup
  1. Build the library:
npm run build
  1. Use the build output from the dist/ folder or publish to npm.