Documentation
Applications
Thirdfunding

Thirdfunding (opens in a new tab)

Thirdfunding

The Decentralized Crowdfunding Platform




Thirdfunding

Table of Contents

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

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.

Acknowledgments