{"id":22356618,"url":"https://github.com/thasup/crowdfunding","last_synced_at":"2026-05-07T11:34:53.420Z","repository":{"id":59917120,"uuid":"540056946","full_name":"thasup/crowdfunding","owner":"thasup","description":"A crowd funding dapp using the Ethereum blockchain, deployed on Goerli test network and built by NextJS.","archived":false,"fork":false,"pushed_at":"2022-10-11T18:40:42.000Z","size":648,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T13:15:43.617Z","etag":null,"topics":["alchemy","dapp","ganache-cli","goerli-network","metamask","nextjs","semantic-ui-react","smart-contracts","solidity","ssr","vercel-deployment","web3js"],"latest_commit_sha":null,"homepage":"https://thasup-creativefund.vercel.app/","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/thasup.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":"2022-09-22T15:50:34.000Z","updated_at":"2022-10-11T02:54:00.000Z","dependencies_parsed_at":"2023-01-20T05:33:03.924Z","dependency_job_id":null,"html_url":"https://github.com/thasup/crowdfunding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thasup/crowdfunding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasup%2Fcrowdfunding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasup%2Fcrowdfunding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasup%2Fcrowdfunding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasup%2Fcrowdfunding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thasup","download_url":"https://codeload.github.com/thasup/crowdfunding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasup%2Fcrowdfunding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["alchemy","dapp","ganache-cli","goerli-network","metamask","nextjs","semantic-ui-react","smart-contracts","solidity","ssr","vercel-deployment","web3js"],"created_at":"2024-12-04T14:11:26.664Z","updated_at":"2026-05-07T11:34:53.375Z","avatar_url":"https://github.com/thasup.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Add banner here --\u003e\n\n![Project Preview](https://www.dropbox.com/s/vtgtu3z9n1fgazh/CreativeFund-funding-platform-for-creative-projects.png?raw=1)\n\n# CreativeFund\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/2ebf1486-1baa-4827-af29-9584835addc4/deploy-status)](https://app.netlify.com/sites/thasup-creative-fund/deploys)\n\n\u003c!-- Describe your project in brief --\u003e\nA crowd funding dapp using the **Ethereum blockchain**, deployed on **Goerli test network** and built by **NextJS**.\n\n# Table of contents\n\n- [CreativeFund](#creativefund)\n- [Table of contents](#table-of-contents)\n- [Demo](#demo)\n- [How to run the project](#how-to-run-the-project)\n- [Setup ENV](#setup-env)\n- [Highlight Dependencies](#highlight-dependencies)\n- [Highlight Technology](#highlight-technology)\n\u003c!-- - [Features](#features) --\u003e\n\n# Demo\n\n[(Back to top)](#table-of-contents)\n\n[DEMO LINK](https://thasup-creativefund.vercel.app/)\n\n\u003c!-- # Features\n\n[(Back to top)](#table-of-contents) --\u003e\n\n# How to run the project\n\n[(Back to top)](#table-of-contents)\n\n1. clone this repository on your computer\n2. Install [metamask extension](https://metamask.io/) on browser and setup your wallet\n3. Get some token from [Goerli faucet](https://goerlifaucet.com/) for cover the cost of transactions.\n4. run command `npm install` to install all dependencies\n5. setup [environment variables](#setup-env) in `.env.local` file\n6. run command `npm run dev` to run the project\n7. go to `http://localhost:3000/`\n\n# Setup ENV\n\n[(Back to top)](#table-of-contents)\n\n**PRIVATE_KEY** : [How to get your private key from metamask](https://metamask.zendesk.com/hc/en-us/articles/360015289632-How-to-export-an-account-s-private-key)\n\n**ALCHEMY_URL** : [How to get your Alchemy API key](https://docs.alchemy.com/docs/hello-world-smart-contract#step-2-create-your-app-and-api-key) (make sure to choose Goerli testnet in network end point)\n\n**CONTRACT_ADDRESS** : you can get the contract address after deployed it on Goerli test network by run command\n```\ncd ethereum\nnode complie.js\nnode deploy.js\n```\n\n# Highlight Dependencies\n\n[(Back to top)](#table-of-contents)\n\n- `node` version 18.9.0\n- `solc` version 0.4.17\n- `web3` version 1.8.0\n- `react` version 18.2.0\n- `next` version 12.3.1\n- `mocha` version 10.0.0\n- `ganache cli` version 6.12.2\n\n# Highlight Technology\n\n[(Back to top)](#table-of-contents)\n\n- Solidity\n- Web3.js\n- Alchemy API\n- React.js\n- Next.js\n- Semantic UI\n- Node.js\n- Ganache CLI\n- Mocha\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthasup%2Fcrowdfunding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthasup%2Fcrowdfunding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthasup%2Fcrowdfunding/lists"}