Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jitendragangwar123/auraasset

Empowering Investments Through Tokenization of Real-World Assets. 🏆 Won the Pool Prize from Sign Protocol for successfully integrating their attestation service. 🏆
https://github.com/jitendragangwar123/auraasset

dapps ethereum expreesjs nextjs nodejs real-world-assets walletconnect

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## Aura Asset
#### Empowering Investments Through Tokenization of Real-World Assets
cover page

### Setup Instructions
1. **Clone the repository**:
```bash
git clone https://github.com/jitendragangwar123/AuraAsset
```

2. **Install dependencies for front-end**:
```bash
cd front-end
npm install
```

3. **Start the front-end development server**:
```bash
npm run dev
```
4. **Install dependencies for back-end**:
```bash
cd back-end
npm install
```

5. **Start the back-end development server**:
```bash
npm start
```