Miden x Para Integration
npm install miden-para


This is the Miden x Para SDK integration. Below, you'll find instructions for local building and linking the library. If you're looking for React integration, see Miden x Para x React. If you want to scaffold a fresh Vite react-ts app with our Vite config baked in, check create-miden-para-react.
- Yarn 1.22.22 (enforced via packageManager field)
- Node.js (compatible with your project)
This project uses Yarn 1.22.22. The version is locked in package.json and will be automatically enforced by modern package managers that support the packageManager field.
miden-para expects these packages to be provided by the consuming app. Install matching versions alongside this package to avoid duplicate copies:
- @demox-labs/miden-sdk@^0.12.5
- @getpara/web-sdk@2.0.0-alpha.73
Example install:
``bash`
yarn add miden-para @demox-labs/miden-sdk@^0.12.5 @getpara/web-sdk@2.0.0-alpha.73
When creating a client with storageMode set to private, supply an accountSeed; the initializer will throw if it is missing so that private accounts remain recoverable.
`bash`
yarn install
`bash`
yarn build
1. Update the version in package.json (the published package is miden-para).npm login
2. Authenticate with npm if needed: .npm run publish
3. Publish: . The prepack hook rebuilds dist/ and the postpack hook moves the generated tarball into build/.npm pack
4. (Optional) Inspect the packed artifact without publishing via and check build/ for the resulting miden-para-