Skip to content

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.

License

Notifications You must be signed in to change notification settings

Nishusk/group-patronage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.2%
  • Solidity 4.4%
  • Other 1.4%