Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 894 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 894 Bytes

🍭 Jetton Mass Sender

Send TON Jettons Easily!

  1. Prepare json file with the following structure:
[
  {
    "amount": "65089.333268244",
    "address": "UQAZF-cErbXnXbSTDJCFM3k5GI4dqFh5NSzgIT7tIMK5rSOX"
  },
  {
    "amount": "1731376.26493529",
    "address": "UQBCSonWNi0mVwHdxord0JnUfjzDCAJlCIsas2fBmR1p00tk"
  },
  {
    "amount": "2169644.44227224",
    "address": "UQDXOSJeAPITOr7NrdmqXRALMzskzKo087qCb-0V3ZrKFrjs"
  }
]
  1. Clone Repository
git clone [email protected]:qpwedev/jetton-mass-sender.git; cd jetton-mass-sender;
  1. Install golang
  2. Setup Jetton Sender
go run src/main.go src/cli.go src/highload.go setup
  1. Run Jetton Sender
go run src/main.go src/cli.go src/highload.go