{"id":20229646,"url":"https://github.com/rgalyeon/base_v2","last_synced_at":"2025-06-24T15:06:50.949Z","repository":{"id":226131982,"uuid":"763119611","full_name":"rgalyeon/Base_V2","owner":"rgalyeon","description":"Software for convenient work in the Base chain.","archived":false,"fork":false,"pushed_at":"2024-12-06T14:55:03.000Z","size":485,"stargazers_count":14,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T18:10:34.052Z","etag":null,"topics":["airdrop","base","cryptocurrency"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rgalyeon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-25T16:00:49.000Z","updated_at":"2024-12-22T20:44:58.000Z","dependencies_parsed_at":"2024-05-16T22:30:49.532Z","dependency_job_id":"4187e6ae-8add-4641-8f20-cf1107154b4b","html_url":"https://github.com/rgalyeon/Base_V2","commit_stats":null,"previous_names":["rgalyeon/base_v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rgalyeon/Base_V2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgalyeon%2FBase_V2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgalyeon%2FBase_V2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgalyeon%2FBase_V2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgalyeon%2FBase_V2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgalyeon","download_url":"https://codeload.github.com/rgalyeon/Base_V2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgalyeon%2FBase_V2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261700470,"owners_count":23196501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrop","base","cryptocurrency"],"created_at":"2024-11-14T07:36:25.558Z","updated_at":"2025-06-24T15:06:50.922Z","avatar_url":"https://github.com/rgalyeon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Base](https://github.com/rgalyeon/Base_V2/assets/28117274/6bde4f42-8df2-45f2-9cb7-1345666d6279)\n\n# Base V2\nSoftware for working with the Base 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/base).\n\nMain features: smart bridges, smart okx withdrawal for volumes, ETH collector from all networks on OKX, modules with cheap transaction's fee\n\n## 🗂️ Description\nWith the help of the software you can make a withdrawal from the OKX exchange, bridge from/to Base, make swap, deposit/withdraw to/from lendings etc...\n\n**Modules**\n1. `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.\n2. `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\n3. `custom_routes` - module for customizing your own route\n4. `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.\n5. Off bridge\n6. Orbiter bridge\n7. Transfer ETH from chains to OKX/addresses\n8. Swap uniswap/pancake/woofi/baseswap/odos\n9. Deposit/withdraw to/from aave/moonwell\n10. Vote on Rubyscore\n11. Create Gnosis Safe\n12. Dmail\n13. Mint/Bridge Zerius\n14. Mint zkstars\n15. Mint nfts2me\n16. Search nfts2me contracts\n17. Mint unlooped\n18. Mint coineranings\n19. Create Rai portfolio\n20. Tx count checker (nonce)\n\n## ⚙️ Installation\n```bash\ngit clone https://github.com/rgalyeon/Base_V2.git\ncd Base_V2\npython -m venv venv\nsource venv/bin/activate (on MacOs) or .\\venv\\Scripts\\activate (on Windows)\npip install -r requirements.txt\n```\n\n## 🚀 How to run software\n### 1. First, you must fill in the appropriate columns in the `wallet_data.xslx` table:\n- `name` - name/index of wallet (optional)\n- `address` - wallet address\n- `private` - private key \n- `proxy` - proxy, if used for wallet in the format `login:pass@ip:port` (optional)\n- `okx_api` - api okx account in the format `api;secret;password` (you can customize okx api for each wallet) (optional)\n- `okx_address` - address for transfer eth to OKX (optional)\n\n### 2. Encrypt data\n- Run script with `python main.py` command and choose `Encrypt private keys and proxies`\n- Set up a password to access the data\n\n#### 3. Customize the modules and get them up and running. \n- Set up general settings in `settings.py` (thread_count, retry_count, etc...)\n- Set up modules settings in `module_settings.py`\n- Add the wallet addresses you want to run to the `wallet_data.xlsx` file (only wallet addresses are needed after encryption)\n- Run script with `python main.py` command and choose necessary module.\n\n## 🔗 Contacts\n- [Author](https://t.me/rgalyeon)\n- Buy me a coffee: `rgalyeon.eth`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgalyeon%2Fbase_v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgalyeon%2Fbase_v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgalyeon%2Fbase_v2/lists"}