boryashkin / ethereum-wallet-check

A test task before a job interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethereum-wallet-check

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-mmysql and check if ethereum database exists and contains 3 table. If not, apply a dump /data/init/mysql/createSchema.sql
  • insert some "wallets" to account table like INSERT INTO account (number) VALUES ('0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2') to make the app track them
  • ctrl+c to shut down the mysql container
  • docker-compose up to run the whole app

Set DEBUG=true in .env config to see logs of the app

Example

image

About

A test task before a job interview


Languages

Language:PHP 99.3%Language:Dockerfile 0.7%