Empowering Investments Through Tokenization of Real World Assets
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.
✨ 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.
- Next.js - Modern React framework for building fast and scalable applications.
- Tailwind CSS - Utility-first CSS framework for sleek and responsive design.
- Node.js - JavaScript runtime for scalable server-side applications.
- Express.js - Framework for building RESTful APIs.
- Starknet - Layer-2 solution for Ethereum, ensuring scalability and security.
- MongoDB - NoSQL database for flexible and scalable data storage.
- Node.js (v14 or newer)
- Yarn or npm (for dependency management)
- Starknet Wallet (e.g., Argent)
- MongoDB Atlas or a local MongoDB server
- Clone the Repository:
git clone https://github.com/jitendragangwar123/Stark-Land.git cd starkland
- Install Dependencies
# backend cd back-end npm install # frontend cd front-end npm install
- Configure Environment Variables
# frontend NEXT_PUBLIC_API_KEY=<infura-api-key> NEXT_PUBLIC_PROVIDER=infura # backend MONGO_URI=<your-mongodb-uri> CLOUDINARY_NAME=<name> CLOUDINARY_API_KEY=<api-key> CLOUDINARY_API_SECRET=<api-secret> PORT=<port>
- Start the Application
# Start the backend npm start # Start the frontend npm run dev