# @crate-crypto/node-eth-kzg

> ## Overview

Latest version **0.10.0** (published 2025-10-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @crate-crypto/node-eth-kzg
pnpm add @crate-crypto/node-eth-kzg
yarn add @crate-crypto/node-eth-kzg
bun add @crate-crypto/node-eth-kzg
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; has provenance; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.10.0 |
| Published | 2025-10-27 |
| First published | 2024-08-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 10 |
| Dependencies | 0 |
| Unpacked size | 30.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 32 |
| Maintainers | kevaundraywedderburn |

## Links

- npm: https://www.npmjs.com/package/@crate-crypto/node-eth-kzg
- Repository: https://github.com/crate-crypto/rust-eth-kzg
- Homepage: https://github.com/crate-crypto/rust-eth-kzg#readme
- Issues: https://github.com/crate-crypto/rust-eth-kzg/issues
- npm.io page: https://npm.io/package/@crate-crypto/node-eth-kzg

## Recent versions

- 0.10.0 (latest) — 2025-10-27
- 0.9.1 — 2025-09-24
- 0.8.1 — 2025-08-30
- 0.8.0 — 2025-07-22
- 0.7.1 — 2025-06-02
- 0.7.0 — 2025-06-02
- 0.6.0 — 2025-05-02
- 0.5.4 — 2025-02-21
- 0.5.3 — 2025-02-03
- 0.5.2 — 2024-09-24
- 0.5.1 — 2024-08-27
- 0.4.1 — 2024-08-13
- 0.4.0 — 2024-08-11

## README

# Node

## Overview

This directory contains the bindings for the node npm project. NAPI-RS is being used to build the rust project
and generate the relevant node bindings.

## Building

To build the project:

```
yarn build
```

## Testing

Tests are written in typescript, ie there are no Rust native tests in this directory. Hence to test:

```
yarn test
```

## Publishing

Some notes are added on how we are deploying since its noteworthy:

- NAPI-RS will build platform specific binary and publish npm packages for those platform specific
packages. See `npm` for the platforms that are supported.

- Users need to only import the wrapper package `package.json` and it will choose the relevant platform specific
package depending on the users platform.

---
_Source: https://npm.io/package/@crate-crypto/node-eth-kzg · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
