To run this app you need to:
- create .env in the root and change its content by replacing .env.dist structure with your values
- run
docker-compose up eth-mmysqland check ifethereumdatabase exists and contains 3 table. If not, apply a dump/data/init/mysql/createSchema.sql - insert some "wallets" to
accounttable likeINSERT INTO account (number) VALUES ('0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2')to make the app track them ctrl+cto shut down the mysql containerdocker-compose upto run the whole app
Set DEBUG=true in .env config to see logs of the app
