{"id":29171955,"url":"https://github.com/zama-ai/relayer-sdk","last_synced_at":"2026-01-07T03:20:07.870Z","repository":{"id":182835157,"uuid":"638519926","full_name":"zama-ai/relayer-sdk","owner":"zama-ai","description":"A dapp SDK for the FHEVM protocol.","archived":false,"fork":false,"pushed_at":"2025-08-01T16:15:43.000Z","size":248324,"stargazers_count":45,"open_issues_count":25,"forks_count":11,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-01T18:28:57.043Z","etag":null,"topics":["fhe","httpz","sdk","tfhe"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zama-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-09T14:25:25.000Z","updated_at":"2025-08-01T16:15:16.000Z","dependencies_parsed_at":"2024-02-07T18:24:47.982Z","dependency_job_id":"9ca19bb0-4feb-4abf-a205-42265b6f8ba5","html_url":"https://github.com/zama-ai/relayer-sdk","commit_stats":null,"previous_names":["zama-ai/fhevmjs","zama-ai/web-sdk","zama-ai/httpz-js","zama-ai/fhevm-js","zama-ai/relayer-sdk"],"tags_count":123,"template":false,"template_full_name":null,"purl":"pkg:github/zama-ai/relayer-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zama-ai%2Frelayer-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zama-ai%2Frelayer-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zama-ai%2Frelayer-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zama-ai%2Frelayer-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zama-ai","download_url":"https://codeload.github.com/zama-ai/relayer-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zama-ai%2Frelayer-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269508465,"owners_count":24428733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fhe","httpz","sdk","tfhe"],"created_at":"2025-07-01T13:09:10.742Z","updated_at":"2026-01-07T03:20:07.865Z","avatar_url":"https://github.com/zama-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/zama-ai/fhevm/main/docs/.gitbook/assets/fhevm-header-dark.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/zama-ai/fhevm/main/docs/.gitbook/assets/fhevm-header-light.png\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/zama-ai/fhevm/main/docs/.gitbook/assets/fhevm-header-light.png\" width=\"600\" alt=\"FHEVM\"\u003e\n\u003c/picture\u003e\n\u003c/p\u003e\n\n\u003chr/\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docs.zama.ai/protocol/zama-protocol-litepaper\"\u003e📃 Read white paper\u003c/a\u003e | \u003ca href=\"https://docs.zama.ai/protocol/relayer-sdk-guides\"\u003e📒 Read documentation\u003c/a\u003e | \u003ca href=\"https://zama.ai/community\"\u003e💛 Community support\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003c!-- Version badge using shields.io --\u003e\n  \u003ca href=\"https://github.com/zama-ai/relayer-sdk/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/zama-ai/relayer-sdk?style=flat-square\"/\u003e\u003c/a\u003e\n\u003c!-- Zama Bounty Program --\u003e\n  \u003ca href=\"https://github.com/zama-ai/bounty-program\"\u003e\u003cimg src=\"https://img.shields.io/badge/Contribute-Zama%20Bounty%20Program-yellow?style=flat-square\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003chr/\u003e\n\nfhevm 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.\n\n## Installation\n\n```bash\n# Using npm\nnpm install @zama-fhe/relayer-sdk\n\n# Using Yarn\nyarn add @zama-fhe/relayer-sdk\n\n# Using pnpm\npnpm add @zama-fhe/relayer-sdk\n```\n\nThis will download and install the fhevm Relayer SDK and its dependencies into your project.\n\n## Contributing\n\nThere are two ways to contribute to the Relayer SDK:\n\n- you can open issues to report bugs or typos, or to suggest new ideas\n- you can ask to become an official contributor by emailing hello@zama.ai. (becoming an approved contributor involves signing our Contributor License Agreement (CLA))\n  Only approved contributors can send pull requests, so please make sure to get in touch before you do!\n\n## Credits\n\nThis library uses several dependencies and we would like to thank the contributors of those libraries.\n\n## Need support?\n\n\u003ca target=\"_blank\" href=\"https://community.zama.ai\"\u003e\n  \u003cimg src=\"https://github.com/zama-ai/relayer-sdk/assets/1384478/4fc4e460-ca1d-4910-8bc2-cd1d50c7d020\"\u003e\n\u003c/a\u003e\n\n## License\n\nThis software is distributed under the BSD-3-Clause-Clear license. If you have any questions,\nplease contact us at `hello@zama.ai`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzama-ai%2Frelayer-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzama-ai%2Frelayer-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzama-ai%2Frelayer-sdk/lists"}