https://github.com/sheidheda/lendify-lending
Lendify is a decentralized lending platform built on the Stacks blockchain, allowing users to borrow, lend, and participate in governance. It features collateral management, loan liquidation mechanisms, and a governance system powered by the Lendify (LFY) token.
https://github.com/sheidheda/lendify-lending
bitcoin clarity nocode nocodehacking stacks stx v0
Last synced: 8 months ago
JSON representation
Lendify is a decentralized lending platform built on the Stacks blockchain, allowing users to borrow, lend, and participate in governance. It features collateral management, loan liquidation mechanisms, and a governance system powered by the Lendify (LFY) token.
- Host: GitHub
- URL: https://github.com/sheidheda/lendify-lending
- Owner: sheidheda
- License: mit
- Created: 2024-12-17T10:23:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T10:36:23.000Z (10 months ago)
- Last Synced: 2024-12-28T08:12:09.331Z (9 months ago)
- Topics: bitcoin, clarity, nocode, nocodehacking, stacks, stx, v0
- Language: TypeScript
- Homepage: https://gs8ltgdyl7mott2f.vercel.app/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lendify - Decentralized Lending Platform
Lendify is a decentralized lending platform built on the **Stacks blockchain**, enabling users to **borrow**, **lend**, and **participate in governance**.
## Features
- Decentralized lending and borrowing
- Collateral management
- Governance system for platform decisions
- Lendify token (LFY) for platform interactions
- Liquidation mechanism for defaulted loans## Smart Contracts
Lendify utilizes Clarity smart contracts:
1. **`collateral-manager.clar`** - Manages collateral for loans
2. **`governance.clar`** - Handles governance proposals and voting
3. **`lendify-token.clar`** - Implements the Lendify (LFY) token
4. **`liquidation.clar`** - Manages liquidation for defaulted loans
5. **`loan-core.clar`** - Core loan management functionalityRefer to [CLARITY_FUNCTIONS.md](./CLARITY_FUNCTIONS.md) for detailed Clarity functions.
## Frontend
Built with **Next.js**, **React**, and **Tailwind CSS**, Lendify provides an intuitive interface for platform interactions.
### Key Components
- **Dashboard** - User balances and platform statistics
- **Loans** - Create and manage loans
- **Governance** - Propose and vote on governance decisions## Getting Started
1. Clone the repository
2. Install dependencies: `npm install`
3. Run the development server: `npm run dev`
4. Open [http://localhost:3000](http://localhost:3000)## Contributing
Contributions are welcome! Submit a Pull Request for review.
## License
This project is licensed under the **MIT License**.