https://github.com/fantom-foundation/artion-auction-tracker
https://github.com/fantom-foundation/artion-auction-tracker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fantom-foundation/artion-auction-tracker
- Owner: Fantom-foundation
- License: gpl-3.0
- Created: 2021-09-14T11:14:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T07:54:11.000Z (over 4 years ago)
- Last Synced: 2024-04-10T18:19:12.250Z (about 2 years ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```