Skip to content

boryashkin/ethereum-wallet-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published