https://github.com/ved08/crowdfundapp-frontend
https://github.com/ved08/crowdfundapp-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ved08/crowdfundapp-frontend
- Owner: ved08
- License: apache-2.0
- Created: 2024-06-01T05:18:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T17:41:33.000Z (about 1 year ago)
- Last Synced: 2024-06-03T06:57:01.335Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://crowdfundapp-frontend.vercel.app
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About the project
## FunDApp
FunDApp is a crowdfunding application built on solana. When a fundraiser is created, the solana program stores details such as title, description, target amount, collected amount and authority in a PDA.
Contributors can contribute any amount to the fundraiser and the funds will be sent to the PDA. The authority of the fundraiser has the access to close the fundraiser whenever they want
## Frontend deployment
[https://crowdfundapp-frontend.vercel.app/](https://crowdfundapp-frontend.vercel.app/)
