{"id":18648857,"url":"https://github.com/yeeztech/fideliussmartcontract","last_synced_at":"2025-11-05T08:30:30.703Z","repository":{"id":235164418,"uuid":"790190468","full_name":"YeeZTech/FideliusSmartContract","owner":"YeeZTech","description":"Ethereum Smart Contract for Fidelius","archived":false,"fork":false,"pushed_at":"2024-04-24T03:02:58.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T12:29:57.907Z","etag":null,"topics":[],"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/YeeZTech.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}},"created_at":"2024-04-22T12:32:53.000Z","updated_at":"2024-04-24T03:03:01.000Z","dependencies_parsed_at":"2024-11-07T06:36:18.141Z","dependency_job_id":"a1892f11-89c9-4d13-a35c-d74ab422fb4a","html_url":"https://github.com/YeeZTech/FideliusSmartContract","commit_stats":null,"previous_names":["yeeztech/fideliussmartcontract"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YeeZTech%2FFideliusSmartContract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YeeZTech%2FFideliusSmartContract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YeeZTech%2FFideliusSmartContract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YeeZTech%2FFideliusSmartContract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YeeZTech","download_url":"https://codeload.github.com/YeeZTech/FideliusSmartContract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239451110,"owners_count":19640872,"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","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":[],"created_at":"2024-11-07T06:34:11.213Z","updated_at":"2025-11-05T08:30:30.670Z","avatar_url":"https://github.com/YeeZTech.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fidelius Smart Contract\n\nThis repository contains the Ethereum smart contract for [Fidelius](https://github.com/YeeZTech/YeeZ-Privacy-Computing). Fidelius requires a third party to record and verify data exchange transactions, making a smart contract ideal for this purpose.\n\nTwo main challenges arise when incorporating the verification process into the blockchain. Firstly, the storage size limit of the blockchain prevents the direct inclusion of raw or encrypted data. Secondly, complex verification algorithms are hindered by the gas limit.\n\nTo tackle these challenges, we employ a variety of cryptographic protocols, implemented in both Fidelius and the smart contract (this repository). While we plan to release documentation on these protocols in the future, you can also refer to the code for details, as code never deceives.\n\nThe smart contract is written in Solidity and is designed to run on Ethereum, specifically the Ethereum Virtual Machine (EVM). In theory, it should be straightforward to deploy on any EVM-compatible blockchain. If you encounter any deployment or runtime issues, please feel free to open an issue.\n\nThis repository is still undergoing heavy development. As our customers present new scenarios, we find ourselves faced with exciting and challenging tasks. Adapting to these new requirements may involve occasional code refactoring. Despite the potential instability of the codebase, we always prioritize rigorous testing.\n\n## Usage\nWe utilize [Foundry](https://book.getfoundry.sh/) as our toolchain. Ensure that you have `Foundry` installed, along with `npm`.\n\n### Install Dependencies\n\n```shell\nnpm install\nforge install\n```\n### Build\n\n```shell\n$ forge build\n```\n\n### Test\n\n```shell\n$ forge test\n```\n\n### Format\n\n```shell\n$ forge fmt\n```\n\n### Gas Snapshots\n\n```shell\n$ forge snapshot\n```\n\n### Anvil\n\n```shell\n$ anvil\n```\n\n### Deploy\n\nGiven the modular nature of the codebase, you can deploy specific components by writing Foundry deployment scripts.\n\n### Cast\n\n```shell\n$ cast \u003csubcommand\u003e\n```\n\n## Contribute\nIf you wish to contribute to this project, feel free to create an issue on our Issue page (e.g., documentation, new ideas, and proposals).\n\nDon't wait until you're fully prepared to contribute. Here are some TODOs:\n\n- Document the smart contracts.\n- Remove unused code.\n- Provide examples for deploying smart contracts in various scenarios.\n\n## License\nThis repo is licensed under [The MIT License](https://opensource.org/license/mit).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeeztech%2Ffideliussmartcontract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeeztech%2Ffideliussmartcontract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeeztech%2Ffideliussmartcontract/lists"}