A simple web app to spawn Ethereum Wallets.
- Spawn an unlimited amount of Ethereum Wallets. Download to CSV. No data persistency.
- The same CSV will be usable in future projects... Let's build our airdrop farm many wallets at a time.
To get etherspawn
up and running locally on your machine, follow these steps:
The etherspawn Docker container allows you to run the application in an isolated environment. Follow these steps to build and run the Docker container:
Before you begin, make sure you have the following software installed on your system:
- Docker: Install Docker
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd etherspawn
-
Run the following command to build the Docker image using the provided Dockerfile:
docker-compose -f docker/docker-compose.yml build
This command will use the
Dockerfile
located in thedocker
directory to build the Docker image namedetherspawn
.
-
After successfully building the Docker image, you can run the Docker container using the following command:
docker-compose -f docker/docker-compose.yml up
-
Once the container is up and running, you can access the etherspawn application by opening a web browser and navigating to
http://localhost:5173
.
When you're done using the etherspawn application, you can stop and remove the Docker container:
-
Run the following command to stop and remove the Docker container:
docker-compose -f docker/docker-compose.yml down
- If you want to make changes to the application code, you can do so in your local project directory, and the changes will be reflected in the running Docker container.
- The Docker container exposes the application on port 8080. You can modify the
docker-compose.yml
file to change the port mapping if needed.
With these instructions, you should be able to build and run the etherspawn Docker container on your system. If you encounter any issues, refer to the Docker documentation or seek assistance from your development team.
I come from a different background, I expect to have made a lot of design/architecture mistakes. Never used TS before, with that in mind, contributions to etherspawn
are not only welcome, they're heavily encouraged! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push to your forked repository.
- Create a pull request to the main repository.
This project is licensed under the GPLv3 License.
1. Anyone can copy, modify and distribute this software.
2. You have to include the license and copyright notice with each and every distribution.
3. You can use this software privately.
4. You can use this software for commercial purposes.
5. If you dare build your business solely from this code, you risk open-sourcing the whole code base.
6. If you modify it, you have to indicate changes made to the code.
7. Any modifications of this code base MUST be distributed with the same license, GPLv3.
8. This software is provided without warranty.
9. The software author or license can not be held liable for any damages inflicted by the software.