Thirdfunding
The Decentralized Crowdfunding Platform
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
Table of Contents
- Table of Contents
- Getting Started
- Scripts
- Built With
- Contributing
- Contributors
- License
- Acknowledgments
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
List any software or dependencies that need to be installed before setting up the project.
Installation
Frontend
A step-by-step guide on how to get the frontend development environment running.
# Clone the repository
git clone https://github.com/CodeDeployingSquad/Thirdfunding.git
# Navigate to the project folder
cd Thirdfunding/client
# Install dependencies
yarn
Smart Contract
A step-by-step guide on how to get the smart contract development environment running.
# Clone the repository
git clone https://github.com/CodeDeployingSquad/Thirdfunding.git
# Navigate to the project folder
cd Thirdfunding/thirdfunding
# Install dependencies
yarn
Scripts
Frontend
# Run the development server
yarn dev
# Build the project for production
yarn build
# Start the production server
yarn start
Smart Contract
# Build the smart contract
yarn build
# Deploy the smart contract
yarn deploy
# Release the smart contract
yarn release
Built With
- https://hardhat.org/ (opens in a new tab)
- https://www.infura.io/ (opens in a new tab)
- https://thirdweb.com/ (opens in a new tab)
- https://firebase.google.com/ (opens in a new tab)
- https://www.framer.com/motion/ (opens in a new tab)
- https://nextjs.org/ (opens in a new tab)
- https://tailwindcss.com/- (opens in a new tab)
Contributing
For contributing checkout our Contributing Guide (opens in a new tab)
For more guidance checkout All Guides (opens in a new tab)
Contributors
(opens in a new tab)License
This project is licensed under the MIT License (opens in a new tab) - see the LICENSE.md (opens in a new tab) file for details.