{"id":26278554,"url":"https://github.com/sivaren/foundry-fund-me","last_synced_at":"2026-05-21T19:34:41.473Z","repository":{"id":282138748,"uuid":"947597095","full_name":"sivaren/foundry-fund-me","owner":"sivaren","description":"Smart Contract for fund endowment using Foundry","archived":false,"fork":false,"pushed_at":"2025-03-13T01:10:05.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T08:21:25.721Z","etag":null,"topics":["blockchain","foundry","smart-contracts","solidity","zksync"],"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/sivaren.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":"2025-03-13T00:10:51.000Z","updated_at":"2025-03-13T01:12:56.000Z","dependencies_parsed_at":"2025-03-13T02:33:45.857Z","dependency_job_id":null,"html_url":"https://github.com/sivaren/foundry-fund-me","commit_stats":null,"previous_names":["sivaren/foundry-fund-me"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sivaren/foundry-fund-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaren%2Ffoundry-fund-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaren%2Ffoundry-fund-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaren%2Ffoundry-fund-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaren%2Ffoundry-fund-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaren","download_url":"https://codeload.github.com/sivaren/foundry-fund-me/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaren%2Ffoundry-fund-me/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33311857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blockchain","foundry","smart-contracts","solidity","zksync"],"created_at":"2025-03-14T13:16:42.414Z","updated_at":"2026-05-21T19:34:41.456Z","avatar_url":"https://github.com/sivaren.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Foundry Fund Me\n\n## Table of Contents\n* [General Information](#general-information)\n* [Requirements](#requirements)\n* [Prerequisites](#prerequisites)\n* [Program Usage](#program-usage)\n* [Project Status](#project-status)\n\n## General Information \n\u003e Smart Contract for fund endowment using Foundry.\n\n## Requirements \n* `Solidity`\n* `Foundry`\n* `Foundry-ZkSync`\n* `Chainlink Data Feeds`\n* `smartcontractkit/chainlink-brownie-contracts`\n* `foundry-rs/forge-std`\n* `cyfrin/foundry-devops`\n\n## Prerequisites\n\u003e **Ensure that you're in the `main` branch** \u003c/br\u003e\n\n**Clone this repository using the following command line (git bash)**\n```\n$ git clone https://github.com/sivaren/foundry-fund-me.git\n```\n\n## Program Usage\n* Open `cmd` on this folder and install dependencies\n\n  ```\n  forge install smartcontractkit/chainlink-brownie-contracts@1.1.1 --no-commit\n  forge install foundry-rs/forge-std@v1.8.2 --no-commit\n  forge install cyfrin/foundry-devops@0.2.2 --no-commit\n  ```\n* Deploy `FundMe` contract on **Sepolia Test Network**\n  ```\n  forge script script/DeployFundMe.s.sol:DeployFundMe --rpc-url \u003cRPC_URL\u003e --private-key \u003cPRIVATE_KEY\u003e --broadcast\n  ```\n* Run all **test** cases\n  ```\n  forge test  \n  ```\n* Run specific **test** case\n  ```\n  forge test --mt \u003cTEST_FUNCTION_NAME\u003e \n  ```\n* Inspect **test coverage**\n  ```\n  forge coverage\n  ```\n* Interact with `FundMe` contract | `fund()`\n  ```\n  cast send \u003cCONTRACT_ADDRESS\u003e \"fund()\" --value 0.01ether --private-key \u003cPRIVATE_KEY\u003e \n  ```\n* Interact with `FundMe` contract | `withdraw()`\n  ```\n  cast send \u003cCONTRACT_ADDRESS\u003e \"withdraw()\" --private-key \u003cPRIVATE_KEY\u003e\n  ```\n\n## Project Status\n\u003e **Project is: DONE**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaren%2Ffoundry-fund-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaren%2Ffoundry-fund-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaren%2Ffoundry-fund-me/lists"}