{"id":19903830,"url":"https://github.com/whaha-ha/crypto-crowdfund","last_synced_at":"2026-02-07T22:03:39.199Z","repository":{"id":139411571,"uuid":"536546412","full_name":"WHAHA-HA/Crypto-Crowdfund","owner":"WHAHA-HA","description":"🤑💰 Crowdfunding Platform backed by Ethereum Blockchain to bring your creative projects to life","archived":false,"fork":false,"pushed_at":"2022-09-14T11:46:13.000Z","size":214,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-03T00:37:23.592Z","etag":null,"topics":["blockchain","css","ethereum","javascript","microfrontend","module-federation","react","smart-contacts","solidity","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://crypto-crowdfund.web.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WHAHA-HA.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}},"created_at":"2022-09-14T11:28:32.000Z","updated_at":"2022-10-03T08:18:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"113a0a03-88bf-4c33-a46d-3806f8267955","html_url":"https://github.com/WHAHA-HA/Crypto-Crowdfund","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WHAHA-HA/Crypto-Crowdfund","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FCrypto-Crowdfund","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FCrypto-Crowdfund/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FCrypto-Crowdfund/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FCrypto-Crowdfund/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WHAHA-HA","download_url":"https://codeload.github.com/WHAHA-HA/Crypto-Crowdfund/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FCrypto-Crowdfund/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29209857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T21:35:21.898Z","status":"ssl_error","status_checked_at":"2026-02-07T21:35:20.106Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","css","ethereum","javascript","microfrontend","module-federation","react","smart-contacts","solidity","typescript","webpack"],"created_at":"2024-11-12T20:25:38.415Z","updated_at":"2026-02-07T22:03:39.173Z","avatar_url":"https://github.com/WHAHA-HA.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Crowdfund\n\n\u003cimg src=\"./assets/logo.png\" style=\"width: 320px\" /\u003e\n\n## For Creators\n\n**Lacking the money to bring your Creative Venture to Life?**\n\n**Crypto Crowdfund** Campaigns will help you turn your creative ideas into\nreality! It's where _creators share new visions for creative work with the\ncommunities that will come together to fund them_.\n\nNo matter what, creators always control how the work comes together: _no\n100-page grant applications_, _no donors demanding you modify your message_,\n_no last-minute edits from investors_. When backers chip in funding and help\nspread the word, they too become part of these independent works.\n\n## For Investors\n\n**Worried about being Conned by Fake Campaigns?**\n\n**Crypto Crowdfund** brings power to the Investors as well! Backed by the\nrazor-edge security of **BlockChain** Technology, _only after the majority of\nthe investors have approved a Transaction Request, the transaction can be\nprocessed_.\n\n_No more being scammed by Fake Campaigns!_\n\n## For Scalability\n\n**Made to Last**\n\n**Crypto Crowdfund** is powered by the cutting edge technology of\n**Micro-Frontends**, making developing scalable issues a thing of the past.\n\nEach sub-application in **Crypto Crowdfund** is developed and run as a separate\ninstance. So a bug in one part of the application cannot affect the other parts.\n\n## Firebase Setup\n\nFollow the instructions below to setup **Firebase**\n\n1. Create a **Firebase** project\n2. Add **Authentication** to the project \u0026 enable **Email Authentication**\n3. Add **Firestore** to the project \u0026 secure the database using these rules:\n\n   ```cpp\n   rules_version = '2';\n   service cloud.firestore {\n      match /databases/{database}/documents {\n         match /campaigns/{campaign} {\n            allow read: if true;\n            allow create: if request.auth != null;\n            allow update: if request.auth != null \u0026\u0026 request.auth.uid == resource.data.uid;\n         }\n         match /requests/{requestList} {\n            allow read, create: if request.auth != null;\n         }\n         match /users/{user} {\n            allow read, create: if true;\n            allow update: if request.auth != null \u0026\u0026 request.auth.uid == resource.data.uid;\n         }\n      }\n   }\n   ```\n\n## Setup\n\nThe application uses `yarn` to run.\n\nTo set up the **Smart Contract** please check out the steps mentioned in the\n[ReadMe under `smart-contract`](./packages/smart-contract/ReadMe.md#Setup).\nTo run the **Blockchain Sub-app**,\n[generating all files](./packages/smart-contract/ReadMe.md#Generate-Files) is\nmandatory\n\n1. Run the command `yarn` to install all dependencies\n2. Add `.env` files at the root of all **Sub-apps** and the **Container** with the\n   following data:\n\n   ```python\n   # firebase config\n   API_KEY=\u003capi_key\u003e\n   AUTH_DOMAIN=\u003cauth_domain.firebaseapp.com\u003e\n   PROJECT_ID=\u003cproject_id\u003e\n   STORAGE_BUCKET=\u003cstorage_bucket.appspot.com\u003e\n   MESSAGING_SENDER_ID=\u003cmessaging_sender_id\u003e\n   APP_ID=\u003capp_id\u003e\n   MEASUREMENT_ID=\u003cmeasurement_id\u003e\n   ```\n\n   Add `.env.development` file at the root of **Blockchain Sub-app**\n   following data:\n\n   ```python\n   # auth config\n   TEST_AUTHENTICATE_EMAIL=\u003cfirebase_test_user_email\u003e\n   TEST_AUTHENTICATE_PASSWORD=\u003cfirebase_test_user_password\u003e\n   ```\n\n   and also add the infura key in the `.env` file in the **Blockchain Sub-app**\n\n   ```python\n   # ...\n   # infura key\n   INFURA_PROJECT_ID=\u003cinfura_project_id\u003e\n   ```\n\n3. Run the command `yarn run-auth` to run the **Auth Sub-app**\n\n   Runs on `http://localhost:8001`. Valid routes: `/sign-in`, and `/sign-up`\n\n4. Run the command `yarn run-marketing` to run the **Marketing Sub-app**\n\n   Runs on `http://localhost:8002`. Valid routes: `/`, `/about`, `/faq`,\n   `/terms-and-conditions`, `/privacy-policy`, and `/disclaimer`\n\n5. Run the command `yarn run-blockchain` to run the **Blockchain Sub-app**\n\n   Runs on `http://localhost:8003`. Valid routes: `/account?uid=\u003cuser_id\u003e`,\n   `/campaign?id=\u003ccampaign_id\u003e`, `/campaigns` and `/create-campaign`\n\n6. Run the command `yarn run-container` to run the **Container**\n\n   Runs on `http://localhost:3000`. Compiles all **Sub-Apps** routes and\n   determines when a user can visit them, eg: restricts authenticated users\n   from visiting `/sign-in`, and `/sign-up`\n\n**NOTE:** The application is hard-coded to run on **Rinkeby Network**. To use the\napplication on other networks, please switch to the desired network in the\n[web3.ts](./packages/blockchain/src/utils/web3.ts) and\n[deploy.js](./packages/smart-contract/scripts/deploy.js) files.\n\n## Building the Application\n\n- Build the **Sub-Apps** using `yarn build` (inside each **Sub-Apps** Directory)\n- Deploy all **Sub-Apps** to any provider of choice\n- Create `packages/container/webpack/urls.json` with the deployed urls\n\n  ```json\n  {\n    \"auth\": \"\u003cdeployed-auth-subapp-url\u003e\",\n    \"marketing\": \"\u003cdeployed-marketing-subapp-url\u003e\",\n    \"blockchain\": \"\u003cdeployed-blockchain-subapp-url\u003e\"\n  }\n  ```\n\n- Build the **Container** using `yarn build` (inside the **Container** Directory)\n- Deploy the **Container** to any provider of choice\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhaha-ha%2Fcrypto-crowdfund","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhaha-ha%2Fcrypto-crowdfund","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhaha-ha%2Fcrypto-crowdfund/lists"}