CreditNexus is a decentralized credit system built on the XRPL blockchain, providing transparent and secure lending services to users worldwide.
- Decentralized credit scoring system
- Smart contract-based loan agreements
- Transparent and secure transactions
- Global access to credit services
- Real-time loan tracking and management
- Automated repayment system
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- XRPL (XRP Ledger)
- Framer Motion
- Node.js 18.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/creditnexus.git
cd creditnexus- Install dependencies:
npm install
# or
yarn install- Create a
.env.localfile in the root directory and add your environment variables:
NEXT_PUBLIC_XRPL_TESTNET_URL=wss://s.altnet.rippletest.net:51233- Start the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser to see the application.
creditnexus/
├── app/
│ ├── components/
│ │ ├── Navbar.tsx
│ │ └── Footer.tsx
│ │
│ │ └── page.tsx
│ ├── about/
│ │ └── page.tsx
│ ├── dashboard/
│ │ └── page.tsx
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
├── public/
├── .env.local
├── next.config.js
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── README.md
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- XRPL Foundation
- Next.js Team
- Tailwind CSS Team