A Decentralized Fundraising/Crowdfunding Platform deployed on the Polygon Testnet. Users can create fundraising causes and people can make donations to different causes inasmuch as they have the contract information of those causes. The funds are transferred from the contract to the fundraiser when the fund target set is reached. Our platform charges 5% of every donation made to a cause.
- Reach Lang
- ReactJs
- IPFS
- Polygon Testnet
- Ethereum
Crowdfunding and Fundraising Savings Circle - AJO (Coming soon).
Decentralized Fundraising Platform That our Shege may be well Funded
- Connect your metamask wallet to create a cause
- Fill in your fundingraising details and make your story compelling
- Share your contract information with people to make donations
- Connect your wallet
- Paste in the contract information to attach
- Donate to the cause.
Saving Circle (AJO) Create and join automated saving circles with your friends (coming soon).
- Users being able to add pictures and upload a crowdfunding video
Clone the repo git clone
Navigate into the project folder cd ShegeFund
npm start
This runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Shegefund.mp4
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
- The smart contracts are written in reach and is located in the
reach folder
named asindex.rsh
file - You can navigate there using
cd ShegeFund/src/reach
- It is compiled down to
index.main.mjs
and the solidity equivalentindex,main.sol
which are both located in thebuild
folder - You can navigate there using
cd ShegeFund/src/reach/build