An open API service indexing awesome lists of open source software.

https://github.com/jitendragangwar123/stark-land

Starkland is a revolutionary platform transforming the way we invest in Real World Assets (RWAs) by leveraging the power of blockchain technology.
https://github.com/jitendragangwar123/stark-land

argentx cairo foundry layer-2 nextjs nodejs real-world-assets starknet starknetjs

Last synced: about 2 months ago
JSON representation

Starkland is a revolutionary platform transforming the way we invest in Real World Assets (RWAs) by leveraging the power of blockchain technology.

Awesome Lists containing this project

README

          

# Starkland
**Empowering Investments Through Tokenization of Real World Assets**

---
## Overview
Starkland is a revolutionary platform transforming the way we invest in Real World Assets (RWAs) by leveraging the power of blockchain technology. Built on the highly scalable and secure Starknet blockchain, Starkland brings transparency, efficiency, and accessibility to investments. The platform bridges traditional assets and the blockchain ecosystem, empowering investors to unlock new opportunities.

---

## Features

✨ **Tokenization of Real World Assets**
Convert physical assets into digital tokens to unlock liquidity and accessibility.

🔗 **Starknet Blockchain Integration**
High scalability, low transaction costs, and secure operations.

🌟 **User-Friendly Interface**
Built with Next.js for a seamless, intuitive experience.

🔒 **Robust Backend**
Node.js backend ensuring secure and efficient operations.

📈 **Investment Management**
Tools for managing tokenized assets, including transactions, asset details, and ownership.

🌍 **Sustainability Focus**
Supports renewable energy initiatives and sustainable investments.

---

## Tech Stack

### Frontend
- [Next.js](https://nextjs.org/) - Modern React framework for building fast and scalable applications.
- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework for sleek and responsive design.

### Backend
- [Node.js](https://nodejs.org/) - JavaScript runtime for scalable server-side applications.
- [Express.js](https://expressjs.com/) - Framework for building RESTful APIs.

### Blockchain
- [Starknet](https://starkware.co/starknet/) - Layer-2 solution for Ethereum, ensuring scalability and security.

### Database
- [MongoDB](https://www.mongodb.com/) - NoSQL database for flexible and scalable data storage.

---

## Installation and Setup

### Prerequisites

- **Node.js** (v14 or newer)
- **Yarn** or **npm** (for dependency management)
- **Starknet Wallet** (e.g., [Argent](https://www.argent.xyz/))
- **MongoDB Atlas** or a local MongoDB server

1. **Clone the Repository**:
```bash
git clone https://github.com/jitendragangwar123/Stark-Land.git
cd starkland
2. **Install Dependencies**
```bash
# backend
cd back-end
npm install

# frontend
cd front-end
npm install
3. **Configure Environment Variables**
```bash
# frontend
NEXT_PUBLIC_API_KEY=
NEXT_PUBLIC_PROVIDER=infura

# backend
MONGO_URI=
CLOUDINARY_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
PORT=
4. **Start the Application**
```bash
# Start the backend
npm start

# Start the frontend
npm run dev