https://github.com/zama-ai/relayer-sdk
A dapp SDK for the FHEVM protocol.
https://github.com/zama-ai/relayer-sdk
fhe httpz sdk tfhe
Last synced: 5 months ago
JSON representation
A dapp SDK for the FHEVM protocol.
- Host: GitHub
- URL: https://github.com/zama-ai/relayer-sdk
- Owner: zama-ai
- License: bsd-3-clause
- Created: 2023-05-09T14:25:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T16:15:43.000Z (11 months ago)
- Last Synced: 2025-08-01T18:28:57.043Z (11 months ago)
- Topics: fhe, httpz, sdk, tfhe
- Language: TypeScript
- Homepage:
- Size: 237 MB
- Stars: 45
- Watchers: 9
- Forks: 11
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

📃 Read white paper | 📒 Read documentation | 💛 Community support
fhevm 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.
## Installation
```bash
# Using npm
npm install @zama-fhe/relayer-sdk
# Using Yarn
yarn add @zama-fhe/relayer-sdk
# Using pnpm
pnpm add @zama-fhe/relayer-sdk
```
This will download and install the fhevm Relayer SDK and its dependencies into your project.
## Contributing
There are two ways to contribute to the Relayer SDK:
- 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!
## Credits
This library uses several dependencies and we would like to thank the contributors of those libraries.
## Need support?
## License
This software is distributed under the BSD-3-Clause-Clear license. If you have any questions,
please contact us at `hello@zama.ai`.