A simple executor script for various operations.
If you want to use v29, follow these steps:
git clone https://github.com/AveryAcee/executor-t3rn.git
cd executor-t3rn
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
:
chmod +x v36.sh && ./v36.sh
To use this script, you also need to obtain your private key from MetaMask. Follow these steps:
- Open MetaMask and unlock your wallet.
- Select the account you want to use.
- Click on the three dots in the top-right corner of the account card.
- Select "Account Details."
- Click "Export Private Key" and enter your MetaMask password.
- Copy the private key and keep it secure. Do not share it with anyone.
- Use the private key as needed in the script, ensuring it is properly configured as an environment variable or in the appropriate configuration file.
To use certain features of this script, you may need an Alchemy API key. Follow these steps to get one:
- Go to the Alchemy website.
- Sign up for an account or log in if you already have one.
- 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).
- Once the app is created, you will see the API key in the app details.
- Copy the API key and use it as needed in the script.
If you have already cloned the repository and want to pull the latest updates, follow these steps:
- Navigate to the repository directory:
cd executor-t3rn
- Just type
git pull