Skip to main content
Version: Devnet (v3.0.0-devnet.6-patch.1)

Aztec.js

Aztec.js is a library that provides APIs for managing accounts and interacting with contracts on the Aztec network. It communicates with the Private eXecution Environment (PXE) through a PXE implementation, allowing developers to easily register new accounts, deploy contracts, view functions, and send transactions.

Installing

npm install @aztec/aztec.js@3.0.0-devnet.6-patch.1

Guides