Skip to content

AveryAcee/executor-t3rn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXECUTOR

A simple executor script for various operations.

How to Run

If you want to use v29, follow these steps:

1. Clone the Repository

git clone https://github.com/AveryAcee/executor-t3rn.git
cd executor-t3rn

2. Run the Script

Execute the script using the following command:

chmod +x v29.sh && ./v29.sh

If you want to use v36, follow the same steps but replace v29.sh with v36.sh:

3. Run the Script

chmod +x v36.sh && ./v36.sh

How to Get a Private Key from MetaMask

To use this script, you also need to obtain your private key from MetaMask. Follow these steps:

  1. Open MetaMask and unlock your wallet.
  2. Select the account you want to use.
  3. Click on the three dots in the top-right corner of the account card.
  4. Select "Account Details."
  5. Click "Export Private Key" and enter your MetaMask password.
  6. Copy the private key and keep it secure. Do not share it with anyone.
  7. Use the private key as needed in the script, ensuring it is properly configured as an environment variable or in the appropriate configuration file.

How to Get an Alchemy API Key

To use certain features of this script, you may need an Alchemy API key. Follow these steps to get one:

  1. Go to the Alchemy website.
  2. Sign up for an account or log in if you already have one.
  3. Create a new app:
    • Navigate to the "Apps" section in your dashboard.
    • Click on "Create App" and provide the required details (e.g., app name, description, and network).
  4. Once the app is created, you will see the API key in the app details.
  5. Copy the API key and use it as needed in the script.

How to Update Your Local Repository

If you have already cloned the repository and want to pull the latest updates, follow these steps:

  1. Navigate to the repository directory:
    cd executor-t3rn
  2. Just type
    git pull
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages