An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



FHEVM




📃 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`.