{"id":25452800,"url":"https://github.com/yllvar/-sui-batchpayment-","last_synced_at":"2026-02-21T10:31:16.746Z","repository":{"id":268327839,"uuid":"903994949","full_name":"yllvar/-SUI-BatchPayment-","owner":"yllvar","description":"Another walkaround to perfrom bundling tx on SUI network using Move. Group multiple payment transfers into a single transaction to reduce gas fees.","archived":false,"fork":false,"pushed_at":"2024-12-16T13:21:38.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T23:42:00.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Move","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/yllvar.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}},"created_at":"2024-12-16T03:39:53.000Z","updated_at":"2025-01-05T00:06:28.000Z","dependencies_parsed_at":"2024-12-16T04:29:37.135Z","dependency_job_id":"55bb8517-8b2f-4645-8420-22f1ab112020","html_url":"https://github.com/yllvar/-SUI-BatchPayment-","commit_stats":null,"previous_names":["yllvar/-sui-batchpayment-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2F-SUI-BatchPayment-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2F-SUI-BatchPayment-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2F-SUI-BatchPayment-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2F-SUI-BatchPayment-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yllvar","download_url":"https://codeload.github.com/yllvar/-SUI-BatchPayment-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535822,"owners_count":22087399,"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":[],"created_at":"2025-02-17T23:41:41.374Z","updated_at":"2025-10-20T05:02:01.006Z","avatar_url":"https://github.com/yllvar.png","language":"Move","funding_links":[],"categories":[],"sub_categories":[],"readme":"# -SUI-BatchPayment-\nAnother walkaround to perfrom bundling tx on SUI network using Move. Group multiple payment transfers into a single transaction to reduce gas fees.\nSet up your environment and project structure to implement a **Move-based batch transaction solution** for SUI. This includes creating a production-ready script to batch buy tokens and handle private keys for signing transactions.\n\n---\n\n### **Step 1: Install Required Tools**\n\n1. **Install Rust**  \n   SUI requires Rust for Move development. Install Rust using the following command:  \n   ```bash\n   curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n   ```\n   After installation, add Rust to your shell:  \n   ```bash\n   source $HOME/.cargo/env\n   ```\n\n2. **Install SUI CLI**  \n   Clone the SUI repository and build the CLI:\n   ```bash\n   git clone https://github.com/MystenLabs/sui.git\n   cd sui\n   cargo build --release\n   ```\n   Add the binary to your PATH:\n   ```bash\n   export PATH=\"$PWD/target/release:$PATH\"\n   ```\n\n3. **Install Python**  \n   For scripting and automation, ensure you have Python 3.9 or later. Use `brew` to install:\n   ```bash\n   brew install python\n   ```\n\n4. **Install Required Python Packages**  \n   Use `pip` to install necessary libraries:\n   ```bash\n   pip install requests cryptography\n   ```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2F-sui-batchpayment-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyllvar%2F-sui-batchpayment-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2F-sui-batchpayment-/lists"}