π Read white paper | π Read documentation | π Community support
HTTPZ SDK is a javascript library that enables developers to interact with blockchains using Zama's cutting-edge technology based on TFHE (Fully Homomorphic Encryption over the Torus). This library provides a seamless integration of TFHE encryption capabilities into web3 applications, allowing for secure and private interactions with smart contracts.
# Using npm
npm install @httpz/sdk
# Using Yarn
yarn add @httpz/sdk
# Using pnpm
pnpm add @httpz/sdk
This will download and install the HTTPZ SDK and its dependencies into your project.
There are two ways to contribute to HTTPZ:
- you can open issues to report bugs or typos, or to suggest new ideas
- you can ask to become an official contributor by emailing hello@zama.ai. (becoming an approved contributor involves signing our Contributor License Agreement (CLA)) Only approved contributors can send pull requests, so please make sure to get in touch before you do!
This library uses several dependencies and we would like to thank the contributors of those libraries.

This software is distributed under the BSD-3-Clause-Clear license. If you have any questions,
please contact us at hello@zama.ai
.