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

https://github.com/0xjonaseb11/auction.platform.3.0

Auction Platform built on Solana blockchain - Supports also EVM
https://github.com/0xjonaseb11/auction.platform.3.0

blockchain nftmarketplaces nfts rust smartcontracts solidity tokens web3

Last synced: 4 months ago
JSON representation

Auction Platform built on Solana blockchain - Supports also EVM

Awesome Lists containing this project

README

          

# auction.platform

## About

This is the auction platform for distressed properties including REOs, short sales, and foreclosures.

## Running The App Locally👨‍💻

Clone Repo:

```sh
git https://github.com/0xJonaseb11/auction.platform.3.0.git
cd auction.platform.3.0
```

Install Node:

```sh
install node v22.10.0
```

Install Dependencies:

```sh
npm install
```

Run The Application:

```sh
npm start
```

Open `localhost:3000` to access the application!😎

--------------

@0xJonaseb11