Skip to content

anskp/Aura

Repository files navigation

Aura RWA Platform

Aura is a comprehensive platform for the tokenization, management, and exchange of Real-World Assets (RWA) on the blockchain. By combining institutional-grade smart contracts, AI-driven valuation, and a modern web interface, Aura enables seamless fractional ownership of high-value physical assets.

Platform Architecture

The Aura platform is organized as a monorepo, separating concerns between the presentation layer, the orchestration layer, and the decentralized protocol layer.

flowchart TD
    subgraph Client Layer
        FE[Frontend Web App]
    end

    subgraph Service Layer
        BE[Backend API Service]
        AI[Gemini AI Engine]
        KYC[Sumsub Identity Provider]
    end

    subgraph Protocol Layer
        BC[Ethereum/Base Smart Contracts]
        Oracle[NAV/PoR Oracles]
        Bridge[Chainlink CCIP]
    end

    FE -->|API Requests| BE
    FE -->|Web3 Transitions| BC
    BE -->|AI Analysis| AI
    BE -->|Compliance Webhooks| KYC
    BE -->|Oracle Sync| Oracle
    BC -->|Cross-chain| Bridge
Loading

Repository Structure

Apps

  • Frontend: A React-based single-page application for investors and asset originators.
  • Backend: An Express.js and Prisma-based orchestration service that coordinates data between the database, AI engine, and blockchain.

Packages

  • Contracts: The core protocol suite, including ERC-3643 compliant tokens, liquidity pools, and oracle coordination logic.

Technical Documentation Map

For detailed technical specifications, architecture diagrams, and operation guides, refer to the specialized documentation within each module:

Core Architecture

Specialized Operation Guides

The Contracts Documentation includes specific guides for critical platform operations:


Tech Stack Overview

Frontend

  • React 19, Vite, Tailwind CSS 4, Framer Motion, Ethers.js v6.

Backend

  • Node.js, Express.js, Prisma ORM, PostgreSQL, Google Gemini Pro.

Blockchain

  • Solidity, Hardhat, OpenZeppelin, Chainlink (Automation, CCIP, CRE).

Getting Started

To install and configure the Aura platform, please follow the comprehensive Aura Setup Guide.

For development, you can start the entire monorepo using:

pnpm run dev

About

AURA — Autonomous Unified Reserve Assets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors