Shikhar9425 / group-patronage

Many small scale startups and medium scale businesses find it difficult to raise money. We have tried to implement a crowdfunding website to raise money for startups. Use of Decentralized platform solves the problem related to lack of transparency, limited access to investors, and the overall slow process.

Home Page:https://group-patronage.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project : Group Patronage

We at Group Patronage aim to provide a decentralized crowdfunding platform that addresses the common challenges faced by small-scale startups and medium-sized businesses when it comes to raising funds.

Our Mission

Raising capital is often a major hurdle for many startups and businesses, especially those at the early stages of development. Traditional fundraising methods can be cumbersome, lacking transparency, and restrict access to a limited pool of potential investors.

To address these challenges, we are developing a decentralized crowdfunding platform. By utilizing a decentralized platform, we introduce transparency, broaden access to a wider investor community, and streamline the fundraising process.




GitHub repo size GitHub repo file count

GitHub issues GitHub pull requests GitHub GitHub forks GitHub Repo stars


Technology Used




Getting Started

Create a project using this example:

npx thirdweb create --contract --template hardhat-javascript-starter

You can start editing the page by modifying contracts/Contract.sol.

To add functionality to your contracts, you can use the @thirdweb-dev/contracts package which provides base contracts and extensions to inherit. The package is already installed with this project. Head to our Contracts Extensions Docs to learn more.

Building the project

After any changes to the contract, run:

npm run build
# or
yarn build

to compile your contracts. This will also detect the Contracts Extensions Docs detected on your contract.

Deploying Contracts

When you're ready to deploy your contracts, just run one of the following command to deploy you're contracts:

npm run deploy
# or
yarn deploy

Releasing Contracts

If you want to release a version of your contracts publicly, you can use one of the followings command:

npm run release
# or
yarn release

Contributing🌱

✨Star it :fork_and_knife:Fork it and Contribute to it <3

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
https://github.com/group-patronage/group-patronage.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

GSSoC23

Thank you for considering contributing to Group patronage! Your contributions will play a crucial role in enhancing the functionality and user experience of the application. We would like to thank the following contributors for their valuable contributions to Group patronage:

License

By contributing, you agree that your contributions will be licensed under its MIT License.

About

Many small scale startups and medium scale businesses find it difficult to raise money. We have tried to implement a crowdfunding website to raise money for startups. Use of Decentralized platform solves the problem related to lack of transparency, limited access to investors, and the overall slow process.

https://group-patronage.netlify.app/

License:MIT License


Languages

Language:JavaScript 87.8%Language:Solidity 7.2%Language:HTML 3.7%Language:CSS 1.2%