Skip to content

0xMimir/crypto-issues

Repository files navigation

Crypto Issues

Scan crypto currency repositories for open issues.

To run locally first setup postgres database with

docker compose up -d

Then run migrations with:

diesel setup
diesel migration run

First seed the database with:

cargo run --bin init

This should take about 1-2 hours

Then run api and cron with:

cargo run --bin api

To generate store run:

sea generate entity -o libs/store/src/migrations --model-extra-derives Serialize

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published