{"id":22697006,"url":"https://github.com/kunaldhongade/aptos-freelance-platform","last_synced_at":"2026-05-01T09:32:42.175Z","repository":{"id":259615425,"uuid":"868007248","full_name":"kunaldhongade/aptos-freelance-platform","owner":"kunaldhongade","description":"Welcome to Aptos Freelance Platform. A platform where you can find freelancers for your projects and also work as a freelancer.","archived":false,"fork":false,"pushed_at":"2024-10-19T07:39:50.000Z","size":1019,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T18:27:27.974Z","etag":null,"topics":["aptos","aptos-move","aptos-sdk","aptos-wallet","reactjs","typescript","typescript-react"],"latest_commit_sha":null,"homepage":"https://aptos-freelance-platform.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kunaldhongade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-05T08:21:19.000Z","updated_at":"2024-10-27T03:46:40.000Z","dependencies_parsed_at":"2024-10-30T06:01:57.480Z","dependency_job_id":null,"html_url":"https://github.com/kunaldhongade/aptos-freelance-platform","commit_stats":null,"previous_names":["kunaldhongade/aptos-freelance-platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kunaldhongade/aptos-freelance-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Faptos-freelance-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Faptos-freelance-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Faptos-freelance-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Faptos-freelance-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kunaldhongade","download_url":"https://codeload.github.com/kunaldhongade/aptos-freelance-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Faptos-freelance-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aptos","aptos-move","aptos-sdk","aptos-wallet","reactjs","typescript","typescript-react"],"created_at":"2024-12-10T05:11:52.393Z","updated_at":"2026-05-01T09:32:42.156Z","avatar_url":"https://github.com/kunaldhongade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Freelance Job Marketplace - Frontend\n\nWelcome to the **Freelance Job Marketplace**, a decentralized platform built on the **Aptos Blockchain**. This marketplace allows **clients** to post jobs and **freelancers** to apply, accept, and complete tasks, all while securely managing payments using smart contracts on Aptos. Enjoy a transparent, secure, and decentralized experience.\n\n---\n\n## 🔗 Links\n\n- **Live Demo**: [Freelance Marketplace](https://aptos-freelance-platform.vercel.app/)\n- **Smart Contract Explorer**: [Aptos Explorer](https://explorer.aptoslabs.com/account/0xaf12ecd9cf6578db88443a384a2d028e67ecda31cf0f441072d22201da3c0072/modules/code/FreelanceMarketplace?network=testnet)\n\n---\n\n## ✨ Key Features\n\n- **Job Posting and Management**: Clients can post, view, and manage jobs, tracking their progress and status.\n- **Freelancer Interaction**: Freelancers can browse available jobs, accept tasks, mark jobs as completed, and receive payments.\n- **Blockchain-Powered Payments**: Payments are managed securely through smart contracts on Aptos, ensuring trust and transparency.\n- **Progress Tracking**: Jobs display real-time status updates, such as **assigned**, **in progress**, and **completed**.\n- **Wallet Integration**: Easily connect your Aptos wallet (e.g., **Petra Wallet**) to perform all interactions on the blockchain.\n\n---\n\n## 📋 Prerequisites\n\nEnsure the following are installed:\n\n- **Node.js**: v16 or higher\n- **npm**: v7 or higher (comes with Node.js)\n- **Aptos Wallet** (e.g., **Petra Wallet**) for transactions\n\n---\n\n## ⚙️ Setup Instructions\n\n### 1. Clone the Repository\n\n```bash\ncd freelance-marketplace\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Configure Environment Variables\n\nCreate a `.env` file in the root directory with the following:\n\n```bash\nVITE_MODULE_ADDRESS=0xaf12ecd9cf6578db88443a384a2d028e67ecda31cf0f441072d22201da3c0072\nVITE_APP_NETWORK=testnet\n```\n\nUpdate the **module address** if you deploy the contract to a new address.\n\n### 4. Run the Development Server\n\n```bash\nnpm run dev\n```\n\nThe app will be available at [http://localhost:5173](http://localhost:5173).\n\n### 5. Deploy the Smart Contract\n\nTo deploy the smart contract:\n\n1.  Install **Aptos CLI**.\n2.  Update the **Move.toml** file with your wallet address:\n\n    - Add you Wallet Address from Petra here\n\n    ```bash\n    job_addrx = \"0xca10b0176c34f9a8315589ff977645e04497814e9753d21f7d7e7c3d83aa7b57\"\n    ```\n\n    - Add your Account addr here for Deployment\n\n    ```bash\n    my_addrx = \"af12ecd9cf6578db88443a384a2d028e67ecda31cf0f441072d22201da3c0072\"\n    ```\n\n3.  Create your new Address for Deployment\n\n    ```bash\n    aptos init\n    ```\n\n4.  Compile and publish the contract:\n\n    ```bash\n    aptos move compile\n    aptos move publish\n    ```\n\n---\n\n## 🛠 How to Use the Platform\n\n### 1. Connect Wallet\n\n- Click **\"Connect Wallet\"** to link your Aptos wallet (e.g., Petra).\n- This allows you to post jobs, apply for tasks, and receive payments securely on the blockchain.\n\n### 2. For Clients\n\n- **Post a Job**: Enter job details such as description, payment amount (APT), and deadline.\n- **View and Track Jobs**: Navigate to the **My Jobs** section to see all jobs posted and track their status.\n\n### 3. For Freelancers\n\n- **Browse Jobs**: View available jobs that haven't been assigned to freelancers.\n- **Apply for Jobs**: Choose a suitable job and click **\"Apply for Job\"** to accept it.\n- **Complete Jobs**: Once done, click **\"Complete Job\"** to notify the client.\n- **Receive Payments**: Upon completion, payments will be processed and transferred in APT as per the smart contract.\n\n### 4. Track Job Status\n\n- Job statuses include **available**, **in progress**, and **completed**.\n- **Clients** can monitor job progress and see if tasks are accepted or finished.\n- **Freelancers** can view jobs they've accepted and track their own progress.\n\n---\n\n## 📊 Scripts\n\n- **`npm run dev`**: Start the development server locally.\n- **`npm run build`**: Build the project for production.\n- **`npm test`**: Run unit tests (if configured).\n\n---\n\n## 🔍 Dependencies\n\n- **React**: For building the user interface.\n- **TypeScript**: For type-safe JavaScript.\n- **Aptos SDK**: For blockchain interactions.\n- **Ant Design / Tailwind CSS**: For modern UI and responsive design.\n- **Petra Wallet Adapter**: For connecting the Aptos wallet.\n\n---\n\n## 📚 Available View Functions\n\n- **View All Jobs**: Displays a list of all available jobs on the platform.\n- **View Jobs by Client**: Shows jobs posted by a specific client address.\n- **View Jobs by Freelancer**: Displays tasks accepted or completed by a freelancer.\n- **View Job by ID**: Provides detailed information about a specific job.\n\n---\n\n## 🛡 Security and Transparency\n\n- **Smart Contracts**: Handle payments and job statuses directly on the blockchain.\n- **No Middlemen**: Payments are processed directly between clients and freelancers.\n- **Progress Tracking**: Both parties can track job statuses and payments in real-time.\n\n---\n\n## 🌐 Common Issues and Solutions\n\n1. **Wallet Connection Issues**: Ensure the Aptos wallet extension is installed and active.\n2. **RPC Rate Limits**: Use private RPC providers like **Alchemy** to avoid limits.\n3. **Transaction Errors**: Confirm the wallet has sufficient balance and permissions.\n\n---\n\n## 🚀 Scaling and Deployment\n\nIf deploying to **Vercel**, follow these tips to avoid **RPC request limits**:\n\n- Use **third-party RPC providers** (e.g., Alchemy, QuickNode).\n- Implement **request throttling** to reduce load.\n- Use **WebSockets** for real-time updates on job statuses and payments.\n\n---\n\n## 🎉 Conclusion\n\nThe **Freelance Job Marketplace** provides a decentralized way for clients and freelancers to collaborate securely, with payments managed directly on the Aptos blockchain. This transparent and user-friendly platform ensures trust and efficiency, making it easy to post, accept, and complete jobs without intermediaries. Start your journey today!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunaldhongade%2Faptos-freelance-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunaldhongade%2Faptos-freelance-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunaldhongade%2Faptos-freelance-platform/lists"}