Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.77 KB

File metadata and controls

58 lines (39 loc) · 1.77 KB

Solcrow

Screenshot 2024-09-16 at 1 12 53 PM Screenshot 2024-09-16 at 1 12 12 PM

This decentralized application allows users to post job listings for work they need done, and freelancers can select these jobs, complete them, and get paid in a secure, trustless manner.

Features

  • Create Listing: Users can create job listings with details about the work they need done.
  • Browse Listings: Freelancers can browse through available listings to find work they want to complete.
  • Select Listing: Freelancers can choose a job to work on from the marketplace.

Table of Contents

Installation

To install and build the project locally:

  1. Clone the repository:

    git clone https://github.com/0xtarunkm/solcrow.git
    cd solcrow
  2. Install dependencies:

    yarn install
  3. Start in dev mode:

    yarn dev

Usage

  1. Create listing: Create a new listing.
  2. Deposit NFT: Maker can deposit NFT in the vault
  3. Withdraw NFT: Maker can withdraw NFT once the job is done

Escrow Program

The escrow program for solcrow can be found at escrow program

Marketplace Program

The marketplace program for solcrow can be found at marketplace program