Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🏆
- Host: GitHub
- URL: https://github.com/jitendragangwar123/auraasset
- Owner: jitendragangwar123
- Created: 2024-08-26T18:26:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:47:03.000Z (4 months ago)
- Last Synced: 2024-09-26T18:02:02.060Z (4 months ago)
- Topics: dapps, ethereum, expreesjs, nextjs, nodejs, real-world-assets, walletconnect
- Language: TypeScript
- Homepage: https://aura-asset-front-end.vercel.app
- Size: 24.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Aura Asset
#### Empowering Investments Through Tokenization of Real-World Assets### 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
```