JavaScript/TypeScript bindings for the Parity Verifiable crate.
npm install verifiablejsThe package is published on npm as verifiablejs.
For full API documentation, usage examples, and features, see the package README.
This is a monorepo containing:
packages/verifiablejs- The main package (published to npm)playground/vite- Vite/bundler playground exampleplayground/bun- Node.js/Bun playground example
# Install dependencies
pnpm install
# Build verifiablejs package
pnpm build
# Run Vite playground
pnpm dev:vite
# Run Bun/Node playground
pnpm dev:bunThis project uses Changesets with automated CI/CD:
- Create a changeset (
pnpm changeset) and push/merge tomain - CI automatically creates a "chore: version packages" PR (bumps version, updates CHANGELOG)
- Merge the version PR
- Create a GitHub Release with tag
vX.Y.Z→ triggers npm publish viaparitytech/npm_publish_automation