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

https://github.com/smartdev1990/market-server


https://github.com/smartdev1990/market-server

Last synced: 15 days ago
JSON representation

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=

```