Skip to content

peaqnetwork/peaq-sdk-js

Repository files navigation

peaq-sdk-js

Monorepo (npm workspaces) for peaq SDK packages.

Requirements

  • Node 18+

Install

npm install

Typecheck (project references)

npm run typecheck

Build all packages

npm run build --workspaces

Clean build outputs

npm run clean --workspaces

Pack tarballs

# Pack specific workspaces
npm pack -w @peaq-network/sdk
npm pack -w @peaq-network/msf
npm pack -w @peaq-network/rwa

# Pack all workspaces
npm pack -ws

Outputs (per package)

  • Bundled entry: dist/index.js (built with tsup)
  • Per-file ESM: dist/esm/** (built with tsc)
  • Exports include curated subpaths, e.g. @peaq-network/sdk/types

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors