Skip to content

amettanni/bebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project BebraChain

Guide

Follow these steps to set up and run the project:

1. Create a Virtual Environment

To create a virtual environment, run the following command:

python -m venv my_venv

For Windows:

Activate the virtual environment with:

my_venv\Scripts\activate

For Linux:

Activate the virtual environment with:

source my_venv/bin/activate

2. Install Dependencies

Install the required dependencies using the provided requirements.txt file:

pip3 install -r requirements.txt

3. Configure Settings

Set your custom variables and routes by editing the settings.py file according to your needs.

4. Add Private Keys

Include your private keys in the accounts.txt file. Ensure this file contains the necessary credentials for the script to function correctly.

5. Run the Script

Execute the main script using:

python3 main.py

About

BebraChain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages