pgrimaud / immutable-x-wash-trading-data

Not for FUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMX Wash Trading Data

Not for FUD

Installation

git clone git@github.com:pgrimaud/immutable-x-wash-trading-data.git
composer install
php bin/console doctrine:database:create --if-not-exists
php bin/console doctrine:migrations:migrate --no-interaction

Usage

Import trades

php bin/console app:trades 2023-05-15
php bin/console app:update-trades 2023-05-15

Import transfers

php bin/console app:transfers 2023-05-15

Fetch collection data

php bin/console app:collections

About

Not for FUD

License:MIT License


Languages

Language:PHP 93.1%Language:Python 6.9%