# @aztec/pxe

> `PXE` (pronounced "pixie service") is a server-side software that provides a set of apis for interacting with the Aztec network. It acts as a bridge between the network and client applications by exposing methods to manage accounts, deploy contracts, crea

Latest version **5.2.0** (published 2026-08-17) · 0 weekly downloads

## Install

```sh
npm install @aztec/pxe
pnpm add @aztec/pxe
yarn add @aztec/pxe
bun add @aztec/pxe
```

Provides the command `pxe`.

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 5.2.0 |
| Published | 2026-08-17 |
| First published | 2023-10-04 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=20.10 |
| Dependencies | 20 |
| Unpacked size | 2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | zac-williamson, leilawang, charlielye, jaosef, joss-aztecprotocol, ludamad |

## Links

- npm: https://www.npmjs.com/package/@aztec/pxe
- npm.io page: https://npm.io/package/@aztec/pxe

## Dependencies (20)

- [koa](https://npm.io/package/koa.md) ^2.16.1
- [sha3](https://npm.io/package/sha3.md) ^2.1.4
- [viem](https://npm.io/package/viem.md) npm:@aztec/viem@2.38.2
- [tslib](https://npm.io/package/tslib.md) ^2.4.0
- [koa-router](https://npm.io/package/koa-router.md) ^13.1.1
- [lodash.omit](https://npm.io/package/lodash.omit.md) ^4.5.0
- [@aztec/bb.js](https://npm.io/package/@aztec/bb.js.md) 5.2.0
- [@aztec/stdlib](https://npm.io/package/@aztec/stdlib.md) 5.2.0
- [@aztec/builder](https://npm.io/package/@aztec/builder.md) 5.2.0
- [@aztec/ethereum](https://npm.io/package/@aztec/ethereum.md) 5.2.0
- [@aztec/kv-store](https://npm.io/package/@aztec/kv-store.md) 5.2.0
- [@aztec/bb-prover](https://npm.io/package/@aztec/bb-prover.md) 5.2.0
- [@aztec/constants](https://npm.io/package/@aztec/constants.md) 5.2.0
- [@aztec/key-store](https://npm.io/package/@aztec/key-store.md) 5.2.0
- [@aztec/simulator](https://npm.io/package/@aztec/simulator.md) 5.2.0
- [@aztec/foundation](https://npm.io/package/@aztec/foundation.md) 5.2.0
- [@aztec/noir-types](https://npm.io/package/@aztec/noir-types.md) 5.2.0
- [@aztec/protocol-contracts](https://npm.io/package/@aztec/protocol-contracts.md) 5.2.0
- [@aztec/standard-contracts](https://npm.io/package/@aztec/standard-contracts.md) 5.2.0
- [@aztec/noir-protocol-circuits-types](https://npm.io/package/@aztec/noir-protocol-circuits-types.md) 5.2.0

## Recent versions

- 5.2.0 (latest) — 2026-08-17
- 5.3.0-nightly.20260919 (prerelease) — 2026-09-19
- 0.0.1-dev (dev) — 2026-06-26
- 4.4.0-nightly.20260618 (nightly) — 2026-06-18
- 4.3.0-rc.1 (rc) — 2026-05-15
- 0.0.1-commit.fff30aa (commit) — 2026-04-17
- 4.0.0-devnet.4-patch.0 (devnet) — 2026-04-06
- 4.2.0-aztecnr-rc.2 (aztecnr-rc) — 2026-03-26
- 5.0.0-private.20260319 (private) — 2026-03-19
- 5.0.0-patched.20260318 (patched) — 2026-03-18
- 4.0.0-spartan.20260218 (spartan) — 2026-02-18
- 2.0.3-zkpassport (zkpassport) — 2025-12-03
- 3.0.0-manual.20251030 (manual) — 2025-10-30
- 0.0.1-fake-ceab37513c (fake-ceab37513c) — 2025-10-30
- 0.0.1-fake-c83136db25 (fake-c83136db25) — 2025-10-30
- … 1272 more at https://npm.io/package/@aztec/pxe/versions

## README

# PXE & PXE

`PXE` (pronounced "pixie service") is a server-side software that provides a set of apis for interacting with the Aztec network. It acts as a bridge between the network and client applications by exposing methods to manage accounts, deploy contracts, create transactions, and retrieve public and account-specific information. It provides a secure environment for the execution of sensitive operations, ensuring private information and decrypted data are not accessible to unauthorized applications. The PXE is a critical component of the Aztec network, and its security and reliability are essential to the overall trustworthiness of user's data.

`PXE` is the interface the PXE and every client-side instance implement. Various implementations of the client-side can exist, including those for different platforms such as mobile apps and web browsers. It is a relay between the dApps and the actual PXE.

### Main Components in an PXE

- [Simulator](../simulator/)
- [Key Store](../key-store/)
- [Account State](./src/account_state/account_state.ts): It coordinates other components to synchronize and decrypt data, simulate transactions, and generate kernel proofs, for a specific account.

![Pixie](./pixie.png)

---
_Source: https://npm.io/package/@aztec/pxe · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
