https://github.com/smartdev1990/market-server
https://github.com/smartdev1990/market-server
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdev1990/market-server
- Owner: SmartDev1990
- License: gpl-3.0
- Created: 2023-10-12T14:09:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T14:14:41.000Z (over 2 years ago)
- Last Synced: 2025-11-20T09:04:06.854Z (8 months ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artion-Server
Code for server side deployment of Fantom Artion Marketplace.
## Project Setup
```
npm install
```
## Compile
```
npm run start / npm run dev (nodemon)
```
#### .env file sample
```
JWT_SECRET=
NETWORK_RPC=
NETWORK_CHAINID=
DB_URL=
APP_URL=
ROYALTY_PK=
MARKETPLACE_ADDRESS=
AUCTION_ADDRESS=
BUNDLE_MARKETPLACE_ADDRESS=
WFTM_ADDRESS=
PRICE_USDC=
PRICE_FUSDT=
```