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
- Host: GitHub
- URL: https://github.com/0xjonaseb11/auction.platform.3.0
- Owner: 0xJonaseb11
- Created: 2024-11-04T18:46:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-05T15:15:29.000Z (6 months ago)
- Last Synced: 2025-12-09T01:49:30.593Z (6 months ago)
- Topics: blockchain, nftmarketplaces, nfts, rust, smartcontracts, solidity, tokens, web3
- Language: JavaScript
- Homepage:
- Size: 13.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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