{"id":28349701,"url":"https://github.com/hackbg/smart-charity","last_synced_at":"2025-07-24T07:08:36.971Z","repository":{"id":44206415,"uuid":"318295325","full_name":"hackbg/smart-charity","owner":"hackbg","description":"Decentralized crowdfunding platform with transparent fund distribution","archived":false,"fork":false,"pushed_at":"2023-04-22T05:13:44.000Z","size":2549,"stargazers_count":6,"open_issues_count":11,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-22T04:39:02.163Z","etag":null,"topics":["dapp","openzeppelin","solidity","truffle","vue"],"latest_commit_sha":null,"homepage":"https://charity.hack.bg","language":"JavaScript","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/hackbg.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}},"created_at":"2020-12-03T19:16:53.000Z","updated_at":"2023-12-21T14:43:21.000Z","dependencies_parsed_at":"2022-08-20T08:00:27.139Z","dependency_job_id":null,"html_url":"https://github.com/hackbg/smart-charity","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hackbg/smart-charity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackbg%2Fsmart-charity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackbg%2Fsmart-charity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackbg%2Fsmart-charity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackbg%2Fsmart-charity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackbg","download_url":"https://codeload.github.com/hackbg/smart-charity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackbg%2Fsmart-charity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266807189,"owners_count":23987426,"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-07-24T02:00:09.469Z","response_time":99,"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":["dapp","openzeppelin","solidity","truffle","vue"],"created_at":"2025-05-27T20:10:56.917Z","updated_at":"2025-07-24T07:08:36.962Z","avatar_url":"https://github.com/hackbg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/6630860a-2680-4120-bfec-3991569e286b/deploy-status)](https://app.netlify.com/sites/brave-shockley-27aa90/deploys)\n\n# smart-charity\n\nDecentralized crowdfunding platform for charity campaigns aiming at transparent collection and distribution of cryptocurrency donations.\n\n## Overview\n\nThis repo includes Solidity smart contracts compatible with EVM-based blockchains, and responsive single-page application written in Vue.\n\nIt's built using standard and secure smart contract library [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts) vetted by the awesome community.\n\n\n**Smart Contracts**\n\n* Crowdfunding Campaign\n* Smart Charity Token\n* Campaign Wallet\n* Campaign Factory\n\n⚠️ Smart contracts are not audited. Please do not use in production!\n\n**Client App**\n\n![sample-campaign](screenshot.png)\n\n## Develop\n\n1. Install Truffle globally.\n    ```javascript\n    npm install -g truffle\n    ```\n\n2. Run the development console.\n    ```javascript\n    truffle develop\n    ```\n\n3. Compile and migrate the smart contracts. Note inside the development console we don't preface commands with `truffle`.\n    ```javascript\n    compile\n    migrate\n    ```\n\n4. Run the front-end with hot reloading (outside the development console). Smart contract changes must be manually recompiled and migrated.\n    ```javascript\n    // Serves the front-end on http://localhost:8080\n    cd app\n    npm run serve\n    ```\n\nFind more at the official [Truffle docs](https://www.trufflesuite.com/docs).\n\n## Next\n\n* Accept ERC-20 stablecoins for donations\n* Governance using SCT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackbg%2Fsmart-charity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackbg%2Fsmart-charity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackbg%2Fsmart-charity/lists"}