{"id":26483999,"url":"https://github.com/pinjoc-labs/frontend","last_synced_at":"2026-04-16T05:02:03.541Z","repository":{"id":281869016,"uuid":"943232063","full_name":"pinjoc-labs/frontend","owner":"pinjoc-labs","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-13T12:39:12.000Z","size":421,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T15:32:22.567Z","etag":null,"topics":["rainbowkit","react-router","tailwindcss","typescript","viem","wagmi"],"latest_commit_sha":null,"homepage":"https://pinjoc.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pinjoc-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-03-05T11:25:00.000Z","updated_at":"2025-03-13T12:39:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5632749e-f5ea-4925-ae25-2cbbf34bf437","html_url":"https://github.com/pinjoc-labs/frontend","commit_stats":null,"previous_names":["pinjoc-labs/frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pinjoc-labs/frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinjoc-labs%2Ffrontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinjoc-labs%2Ffrontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinjoc-labs%2Ffrontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinjoc-labs%2Ffrontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinjoc-labs","download_url":"https://codeload.github.com/pinjoc-labs/frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinjoc-labs%2Ffrontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["rainbowkit","react-router","tailwindcss","typescript","viem","wagmi"],"created_at":"2025-03-20T04:59:30.385Z","updated_at":"2026-04-16T05:02:03.534Z","avatar_url":"https://github.com/pinjoc-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 PINJOC Lending \u0026 Borrowing Page\n\n## 📜 Description\n\nPINJOC is a decentralized fixed-rate lending protocol that revolutionizes DeFi lending by implementing a market-driven interest rate mechanism. Built on the Monad Network, the protocol leverages CLOB (Central Limit Order Book) technology from pinjoc clob to ensure efficient price discovery and optimal interest rate determination based on real-time supply and demand dynamics.\n\nThis page serves as the main interface for borrowing, lending, and managing assets within the PINJOC ecosystem.\n\n🔗 [GitHub Repository](https://github.com/pinjoc-labs/frontend)\n\n---\n\n## 🛠️ Tech Stack\n\n- **React.js** - Frontend framework\n- **TypeScript** - Type-safe JavaScript for better maintainability\n- **Tailwind CSS** - Utility-first CSS framework for styling\n- **ShadCN UI** - Modern UI components\n- **RainbowKit** - Ethereum wallet connection\n- **Privy Wallet** - Secure and seamless wallet connection\n- **Wagmi** - React hooks for Ethereum-based applications\n\n---\n\n## 🎯 Features\n\n### 📊 Market Overview \u0026 Orderbook\n- Users can browse available markets for borrowing and lending.\n- The order book displays real-time data on borrowing and lending offers.\n- Users can place orders to borrow or lend assets directly through the interface.\n\n### 💼 Portfolio Management\n- **Borrowers**:\n  - View borrowed assets.\n  - **Repay Loan**: A button to repay borrowed funds.\n  - **Add Collateral**: Increase collateral to maintain loan health.\n- **Lenders**:\n  - View lent assets.\n  - **Withdraw Funds**: Retrieve lent assets when eligible.\n\n### 🔄 Tokenized Bonds (Secondary Market)\n- Tokenized representations of lent assets can be traded.\n- Users can buy and sell bonds obtained from lending transactions.\n- Enables additional liquidity and secondary market participation.\n\n### 📜 Transaction History\n- Logs all past borrowing, lending, and repayment activities.\n- Displays order book interactions and secondary market trades.\n- Provides a clear overview of financial activity within the protocol.\n\n---\n\n## 🚀 Deployment Guide\n\nFollow these steps to deploy the PINJOC Lending \u0026 Borrowing Page:\n\n### 1️⃣ Clone the Repository\n```bash\ngit clone https://github.com/pinjoc-labs/frontend.git\ncd frontend\n```\n\n### 2️⃣ Install Dependencies\n```bash\nnpm install\n```\n\n### 3️⃣ Start Development Server\n```bash\nnpm run dev\n```\nThis will start a local development server at `http://localhost:3000/`.\n\n### 4️⃣ Build for Production\n```bash\nnpm run build\n```\n\n### 5️⃣ Deploy to Vercel\nEnsure you have the Vercel CLI installed:\n```bash\nnpm install -g vercel\nvercel login\nvercel\n```\nFollow the on-screen instructions to complete deployment.\n\n---\n\n## 🔗 Smart Contract Integration\n- The page is fully integrated with the PINJOC smart contracts.\n- Data displayed is currently using dummy values for testing purposes.\n- Live smart contract data can be integrated when ready.\n\nFor further inquiries, feel free to reach out!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinjoc-labs%2Ffrontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinjoc-labs%2Ffrontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinjoc-labs%2Ffrontend/lists"}