Skip to content

Automatic withdrawal of ether from Ethereum wallet. The application allows you to turn on/turn off automatic withdrawal for given Ethereum wallets via REST-API.

Notifications You must be signed in to change notification settings

BedrosovaYulia/ETHAutoWithdrawal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic withdrawal of ether from Ethereum wallet (tutorial)

This application is written for educational purposes only for educational purposes.

Subscribe to my channel:

https://www.youtube.com/@YuliyaBedrosova/videos

Run the System

We can easily run the whole with only a single command:

docker compose up

The services can be run on the background with command:

docker compose up -d

Stop the System

Stopping all the running containers is also simple with a single command:

docker compose down

If you need to stop and remove all containers, networks, and all images used by any service in docker-compose.yml file, use the command:

docker compose down --rmi all

About

Automatic withdrawal of ether from Ethereum wallet. The application allows you to turn on/turn off automatic withdrawal for given Ethereum wallets via REST-API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published