Skip to content

0xZonaV/sui_sending_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

common readme

Just sending SUI tokens by Sui Object from main wallet to wallets from mnemonics.txt


mnemonics.txt format

One line = one mnemonic

Example:

fame buzz prevent joy delay unknown shiver snow text orchard paddle stable
soft rubber slice pride ahead cover recycle dumb utility bunker anger acquire
obvious orbit trumpet peace path spare twin list hero weapon fun example
nasty please wide choice sock fine fence manage cost leisure clip parrot

Install

With npm installed and cloned repo, run

$ npm install

When npm packages installed, create mnemonics.txt file and insert your mnemonics

$ touch mnemonics.txt

Inside sendSui.js:

  1. Edit Main Wallet mnemonic
const keypairMain = Ed25519Keypair.deriveKeypair("YOUR MNEMONIC");
  1. Edit Amount and SUI object
 await signerMain.transferSui({
        suiObjectId: 'SUI OBJECT ID', //SUI object for send
        amount: 30000, // Amount in MISTS
        gasBudget: 10000,
        recipient: address
    });

Usage

Simply run this inside your directory:

$ node sendSui.js

About

Sending Sui token to many wallets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published