Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivabhattacharjee/lending-blockchain
https://github.com/shivabhattacharjee/lending-blockchain
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivabhattacharjee/lending-blockchain
- Owner: ShivaBhattacharjee
- License: apache-2.0
- Created: 2024-08-23T11:13:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:55:26.000Z (3 months ago)
- Last Synced: 2024-08-29T19:48:07.222Z (3 months ago)
- Language: TypeScript
- Homepage: https://lending-blockchain.theshiva.xyz/
- Size: 347 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lending-BlockChain
![NextJs](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![GitHub repo size](https://img.shields.io/github/repo-size/shivabhattacharjee/lending-blockchain)
A simple app where users can send and receive loans, and mark borrowers as defaulters.
View Demo
.
Report Bug
.
Request Feature
## Table Of Contents
- [Table Of Contents](#table-of-contents)
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Local](#local)
- [Example](#example)
- [Host your own](#host-your-own)
- [Contributing](#contributing)
- [Creating A Pull Request](#creating-a-pull-request)
- [Raising an issue](#raising-an-issue)
- [Code of conduct](#code-of-conduct)
- [License](#license)
- [ScreenShots](#screenshots)
- [Home Page](#home-page)
- [Issue Loan](#issue-loan)
- [Get all loans](#get-all-loans)
- [Repay Loan](#repay-loan)
- [Authors](#authors)## About The Project
Lending-Blockchain is an innovative application designed to streamline the loan process through EduChain, leveraging a decentralized approach. By integrating blockchain technology, it ensures secure, transparent, and efficient loan management, making the entire process more accessible and trustworthy for both lenders and borrowers. With Lending-Blockchain, educational financing is revolutionized, providing a seamless and decentralized solution for managing student loans
## Built With
Loan-blockchain is built using NextJs
- [NextJS](https://nextjs.org)
- [TailwindCss](https://tailwindcss.com/)
- [Solidity](https://soliditylang.org/)
- [BunJS](https://bun.sh/)## Getting Started
### Prerequisites
Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.
BunJS is a JavaScript runtime, package manager, test runner and bundler built from scratch using the Zig programming language. It was designed by Jarred Sumner as a drop-in replacement for Node.js. Bun uses WebKit's JavaScriptCore as the JavaScript engine, unlike Node.js and Deno, which both use V8.
### Installation
### Local
`Rename .env.example to .env.local and fill the required fields`
```bash
git clone https://github.com/ShivaBhattacharjee/lending-blockchain
``````
cd lending-blockchain
``````
bun install
``````
bun dev
```Server will start at http://localhost:3000/
### Example
## Host your own
- ## Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ShivaBhattacharjee/lending-blockchain)
- ## Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ShivaBhattacharjee/lending-blockchain)
- ## Render
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/ShivaBhattacharjee/lending-blockchain)
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
- If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/ShivaBhattacharjee/lending-blockchain/issues) to discuss it
- Please make sure you check your spelling and grammar.
### Creating A Pull Request
Wanna contribute to Lending-Blockchain ?
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/FeatureName`)
3. Commit your Changes (`git commit -m 'Add some FeatureName'`)
4. Push to the Branch (`git push origin feature/FeatureName`)
5. Open a Pull Request## Raising an issue
If you're experiencing any problems with loan-blockchain, please be sure to review our [issue template](https://github.com/ShivaBhattacharjee/lending-blockchain/tree/main/.github/ISSUE_TEMPLATE) before opening a new issue. The template includes a list of questions and prompts that will help us better understand the issue you're experiencing, and it will ensure that we have all of the necessary information to investigate the problem.
We kindly ask that you provide as much detail as possible when submitting an issue, including steps to reproduce the problem, any error messages that you have seen, and any other relevant information. This will help us to identify and fix the issue more quickly.
Thank you for your cooperation, and we look forward to hearing from you!
## Code of conduct
Developers are requested to go through our code of conduct thoroughly to maintain a peaceful environment within our project.
## License
Distributed under the Apache License 2.0 . See [LICENSE](https://github.com/ShivaBhattacharjee/lending-blockchain/blob/main/LICENSE) for more information.
## ScreenShots
### Home Page
### Issue Loan
### Get all loans
### Repay Loan
## Authors
- **Shiva Bhattacharjee** - [Shiva Bhattacharjee](https://github.com/ShivaBhattacharjee)