This is the decentralized application on Ethereum blockchain network based on the thirdweb library and React. The application's primary goal is to provide the ability to start and fund fundraising campaigns using blockchain.
Contracts had already deployed. If you want to run application, make this:
- Open
clientdirectory in your CLI bycd client. - Install dependencies by
yarnornpm install. - Run the applcation by
yarn devornpm run dev. You also can usebuild,preview, anddeploycommands.
To learn more about thirdweb, Vite and React, take a look at the following resources:
- thirdweb React Documentation - learn about our React SDK.
- thirdweb TypeScript Documentation - learn about our JavaScript/TypeScript SDK.
- thirdweb Portal - check our guides and development resources.
- Vite Documentation - learn about Vite features.
- React documentation - learn React.
You can check out the thirdweb GitHub organization - your feedback and contributions are welcome!