{"id":31443985,"url":"https://github.com/masaun/zktls-integration-examples","last_synced_at":"2025-09-30T20:36:36.816Z","repository":{"id":304267618,"uuid":"1014784042","full_name":"masaun/zkTLS-integration-examples","owner":"masaun","description":"zkTLS integration examples using Noir-Web-Prover circuit","archived":false,"fork":false,"pushed_at":"2025-09-29T07:51:19.000Z","size":725,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T09:27:52.771Z","etag":null,"topics":["hardhat","noir","noir-web-prover","zero-knowledge-proof","zktls"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masaun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-07-06T12:11:05.000Z","updated_at":"2025-09-29T07:51:23.000Z","dependencies_parsed_at":"2025-07-12T03:32:02.241Z","dependency_job_id":"4c424952-ba97-41f4-937b-f59194a1803b","html_url":"https://github.com/masaun/zkTLS-integration-examples","commit_stats":null,"previous_names":["masaun/zktls-integration-examples"],"tags_count":0,"template":false,"template_full_name":"olehmisar/hardhat-noir-starter","purl":"pkg:github/masaun/zkTLS-integration-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaun%2FzkTLS-integration-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaun%2FzkTLS-integration-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaun%2FzkTLS-integration-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaun%2FzkTLS-integration-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masaun","download_url":"https://codeload.github.com/masaun/zkTLS-integration-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaun%2FzkTLS-integration-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277754230,"owners_count":25871356,"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-09-30T02:00:09.208Z","response_time":75,"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":["hardhat","noir","noir-web-prover","zero-knowledge-proof","zktls"],"created_at":"2025-09-30T20:36:33.523Z","updated_at":"2025-09-30T20:36:36.803Z","avatar_url":"https://github.com/masaun.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 【IN PROGRESS】zkTLS Integration Examples\n\n## Overview\n\n- This repo is the `zkTLS` integration examples using the `Noir Web Prover` circuit:   \n  https://github.com/pluto/noir-web-prover-circuits\n\n\n- I'm going to experiment to create `zkTLS` proofs for various Web2 APIs in this repo.\n\n\u003cbr\u003e\n\n## ZK circuit test\n\n- Run the test of the `Sample` zkTLS circuit \n```bash\ncd noir/zktls-integrations\nsh circuit_test.sh\n```\n\n- Run the test of the `OKX DEX API` zkTLS circuit \n```bash\ncd noir/zktls-integration-with-okx-dex-api\nsh circuit_test.sh\n```\n\n- Run the test of the `DocuSign` zkTLS circuit \n```bash\ncd noir/zktls-docusign\nsh circuit_test.sh\n```\n\n\n\u003cbr\u003e\n\n## Run (in `TS`) with `OKX DEX SDK`\n\n- Create an `.env` by copying the `.env.example`\n```bash\ncd scripts/OKX-DEX-API\ncp .env.example .env\n```\n\n- GET a API request header\n```bash\ncd scripts/OKX-DEX-API\nsh okx-dex-sdk-integrations/runningScript_okx-dex-sdk-api-request-sample.sh\n```\n\n\u003cbr\u003e\n\n## Run the test of the Smart Contracts\n- Run the test of the Smart Contracts for the `zktls-integrations` circuit (`./test/circuits/zktls-integrations/ZkTLSIntegrationsProofVerifier.test.ts`)\n```bash\ncd test\nsh circuits/zktls-integrations/runningTest_ZkTLSIntegrationsProofVerifier.sh\n```\n\n\u003cbr\u003e\n\n- Run the test of the Smart Contracts for the `zktls-integration-with-okx-dex-api` circuit (`./test/circuits/zktls-integration-with-okx-dex-api/ZkTLSIntegrationsProofVerifier.test.ts`)\n```bash\ncd test\nsh circuits/zktls-integration-with-okx-dex-api/runningTest_ZkTLSIntegrationsProofVerifier.sh\n```\n\n\u003cbr\u003e\n\n\u003chr\u003e\n\n\u003cimg align=\"right\" width=\"150\" height=\"150\" top=\"100\" src=\"https://raw.githubusercontent.com/olehmisar/hardhat-noir/main/assets/banner.jpg\" \u003e\n\n# Hardhat Noir Starter\n\nThis project demonstrates Noir integration with Hardhat using [Hardhat Noir](https://github.com/olehmisar/hardhat-noir) plugin.\n\n## Getting started\n\nClone this repository and run `npm install`:\n\n```sh\nnpx degit olehmisar/hardhat-noir-starter my-first-noir-project\ncd my-first-noir-project\nnpm install\n```\n\nThen, run `npm run test` to run the tests.\n\n## Development\n\n1. Write circuits in `noir` folder.\n2. `npx hardhat noir-new \u003ccircuit_name\u003e` to create a new Noir circuit.\n3. `npm run compile` to compile Noir and Solidity.\n4. Integrate with [Solidity verifiers](https://noir-lang.org/docs/how_to/how-to-solidity-verifier) auto-generated by Noir.\n\n## Testing\n\n1. Write tests in `test` folder.\n2. `npm run test` to run the tests.\n\n## Deployment\n\nNoir integrates with Solidity, so you can deploy your Solidity contracts like in any other Solidity project using the official [Hardhat Ignition](https://hardhat.org/ignition/docs/getting-started) or community maintained [Hardhat Deploy](https://github.com/wighawag/hardhat-deploy).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaun%2Fzktls-integration-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasaun%2Fzktls-integration-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaun%2Fzktls-integration-examples/lists"}