Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgalyeon/scroll_v2
Software for convenient work in the Scroll chain.
https://github.com/rgalyeon/scroll_v2
airdrop crypto scroll
Last synced: about 18 hours ago
JSON representation
Software for convenient work in the Scroll chain.
- Host: GitHub
- URL: https://github.com/rgalyeon/scroll_v2
- Owner: rgalyeon
- Created: 2024-02-08T00:46:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T17:24:59.000Z (2 months ago)
- Last Synced: 2024-09-13T06:40:01.718Z (2 months ago)
- Topics: airdrop, crypto, scroll
- Language: Python
- Homepage:
- Size: 185 KB
- Stars: 26
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![scroll_repo](https://github.com/rgalyeon/Scroll_V2/assets/28117274/fb91b035-ec1c-4ddb-85e9-8c5597c9440e)
# Scroll V2
Software for working with the Scroll chain. Supports multiple OKX accounts, multithreading, encrypts sensitive data, after encryption wallets can be started using only the wallet address (no need to re-enter data). This is updated version of the [SybilWave fork software](https://github.com/rgalyeon/scroll).Main features: smart bridges, smart okx withdrawal for volumes, ETH collector from all networks on OKX, modules with cheap transaction's fee
## 🗂️ Description
With the help of the software you can make a withdrawal from the OKX exchange, bridge from/to Scroll, make swap, deposit/withdraw to/from lendings etc...**Modules**
1. `encrypt_privates_and_proxy` - module is necessary for the first launch of the software. Reads data from the table `wallet_data.xlsx`, encrypts and deletes sensitive data from the table. For repeated runs it is enough to specify only the wallet address, because the rest of the data is stored in encrypted form. If you want to add new data (add wallets or change proxies), you will need to use this module again.
2. `withdraw_okx` - module for withdrawing tokens from the OKX. Supports checking the balance on the wallet to avoid withdrawing money in case it is already in the chain
3. `custom_routes` - module for customizing your own route
4. `automatic_routes` - module for automatic route building. You can customize the number of required transactions, you can add skipping some transactions. You can configure delays between transactions. You can control the probability of making cheap transactions and expensive ones.
5. Off bridge
6. Orbiter/Layerswap bridge
7. Transfer ETH
8. Swap Skydropme/Syncswap/Zebra
9. Deposit/withdraw to/from layerbank/rocketsam
10. Vote on Rubyscore
11. Check in on Secondlive
12. Create Omnisea collection
13. Create Gnosis Safe
14. Dmail
15. Mint/Bridge Zerius
16. Mint zkstars
17. Mint nfts2me
18. Search nfts2me contracts
19. Deploy contract
20. Tx count checker (nonce)## ⚙️ Installation
```bash
git clone https://github.com/rgalyeon/Scroll_V2.git
cd Scroll_V2
python -m venv venv
source venv/bin/activate (on MacOs) or .\venv\Scripts\activate (on Windows)
pip install -r requirements.txt
```## 🚀 How to run software
### 1. First, you must fill in the appropriate columns in the `wallet_data.xslx` table:
- `name` - name/index of wallet (optional)
- `address` - wallet address
- `private` - private key
- `proxy` - proxy, if used for wallet in the format `login:pass@ip:port` (optional)
- `okx_api` - api okx account in the format `api;secret;password` (you can customize okx api for each wallet) (optional)
- `okx_address` - address for transfer eth to OKX (optional)### 2. Encrypt data
- Run script with `python main.py` command and choose `Encrypt private keys and proxies`
- Set up a password to access the data#### 3. Customize the modules and get them up and running.
- Set up general settings in `settings.py` (thread_count, retry_count, etc...)
- Set up modules settings in `module_settings.py`
- Add the wallet addresses you want to run to the `wallet_data.xlsx` file (only wallet addresses are needed after encryption)
- Run script with `python main.py` command and choose necessary module.## 🔗 Contacts
- [Author](https://t.me/rgalyeon)
- Buy me a coffee: `rgalyeon.eth`