Skip to content

paritytech/verifiablejs

Repository files navigation

Verifiable JS

JavaScript/TypeScript bindings for the Parity Verifiable crate.

Installation

npm install verifiablejs

The package is published on npm as verifiablejs.

For full API documentation, usage examples, and features, see the package README.


Monorepo Structure

This is a monorepo containing:

Development

# Install dependencies
pnpm install

# Build verifiablejs package
pnpm build

# Run Vite playground
pnpm dev:vite

# Run Bun/Node playground
pnpm dev:bun

Releasing

This project uses Changesets with automated CI/CD:

  1. Create a changeset (pnpm changeset) and push/merge to main
  2. CI automatically creates a "chore: version packages" PR (bumps version, updates CHANGELOG)
  3. Merge the version PR
  4. Create a GitHub Release with tag vX.Y.Z → triggers npm publish via paritytech/npm_publish_automation

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors