AuraAsset

Empowering Investments Through Tokenization of Real-World Assets. 🏆 Won the Pool Prize from Sign Protocol for successfully integrating their attestation service. 🏆

Stars
1
Committers
3

Aura Asset

Empowering Investments Through Tokenization of Real-World Assets

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/jitendragangwar123/AuraAsset
    
  2. Install dependencies for front-end:

    cd front-end
    npm install
    
  3. Start the front-end development server:

    npm run dev
    
  4. Install dependencies for back-end:

    cd back-end
    npm install
    
  5. Start the back-end development server:

    npm start