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

https://github.com/fantom-foundation/artion-auction-tracker


https://github.com/fantom-foundation/artion-auction-tracker

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Fantom NFT Marketplace - Artion Auction Contract Tracker

A tracker implementation of Auction contract for NFT trading on Fantom Opera network

## Project Setup
```
npm install
```

## Compile
```
npm run start / npm run dev (nodemon)
```

#### .env file sample
```
NETWORK_RPC=
NETWORK_CHAINID=
DB_URL=
API_ENDPOINT=
CONTRACTADDRESS=
DECIMAL_ENDPOINT=
```