Thirdfunding
The Decentralized Crowdfunding Platform
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
yarnSmart 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
yarnScripts
Frontend
# Run the development server
yarn dev
# Build the project for production
yarn build
# Start the production server
yarn startSmart Contract
# Build the smart contract
yarn build
# Deploy the smart contract
yarn deploy
# Release the smart contract
yarn releaseBuilt 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
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.